hash-functions
There are 313 repositories under hash-functions topic.
Cyan4973/xxHash
Extremely fast non-cryptographic hash algorithm
rurban/smhasher
Hash function quality and speed tests
cmuratori/meow_hash
Official version of the Meow hash, an extremely fast level 1 hash
apple/swift-crypto
Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
minio/highwayhash
Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash
multiformats/multihash
Self describing hashes - for future proofing
OpenHFT/Zero-Allocation-Hashing
Zero-allocation hashing for Java
saprykin/plibsys
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
rhash/RHash
Great utility for computing hash sums
sindresorhus/crypto-hash
Tiny hashing module that uses the native crypto API in Node.js and the browser
blackploit/hash-identifier
Software to identify the different types of hashes used to encrypt data and especially passwords
MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
simonepri/upash
🔒Unified API for password hashing algorithms
erthink/t1ha
One of the fastest hash functions.
avaneev/prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)
brandondahler/Data.HashFunction
C# library to create a common interface to non-cryptographic hash functions.
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
arkworks-rs/crypto-primitives
Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them
vnmakarov/mum-hash
Hashing functions and PRNGs based on them
hellzerg/hashing
Simple utility to calculate and compare hashes of multiple files
nayuki/Bitcoin-Cryptography-Library
Nayuki's implementation of cryptographic primitives used in Bitcoin.
N-R-K/ChibiHash
Small, Fast, Portable 64-bit hash function
dynatrace-oss/hash4j
Dynatrace hash library for Java
ZerBea/hcxkeys
Small set of tools to generate plainmasterkeys (rainbowtables) and hashes for the use with latest hashcat and John the Ripper.
fuodorov/yaalgorithms
Solving problems in Algorithms courses
gravity-postquantum/gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
adegtyarev/streebog
GOST R 34.11-2012: RFC-6986 cryptographic hash function
desmondyeung/scala-hashing
Fast non-cryptographic hash functions for Scala
TommasoBelluzzo/FastHashes
A .NET implementation of several non-cryptographic hashes.
numblr/glaciertools
Command line (bash) scripts to upload large files to AWS glacier using multipart upload and to calculate the required tree hash
mengzhuo/nabhash
An extremely fast Non-crypto-safe AES Based Hash algorithm for Big Data
Photosounder/rouziclib
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
opencoff/portable-lib
Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
LekKit/sha256
SHA-256 algorithm implementation (С/С++)
jonelo/jacksum
A hash utility, est. 2002, FLOSS. 489 hash functions, HMAC support, cross platform, feature-rich, multi threaded. CLI and API. Recursive hashing, predefined and customizable formats, verify data integrity and find ok/failed/missing/new files, find files by their hashes, find the hash function to a hash. GUI provided by HashGarten.
JuliaCrypto/SHA.jl
A performant, 100% native-julia SHA1, SHA2, and SHA3 implementation