rusha
Hashing library
A high-performance pure-JavaScript implementation of the SHA1 hash algorithm
High-performance pure-javascript SHA1 implementation suitable for large binary data, reaching up to half the native speed.
278 stars
10 watching
32 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
h2non/jshashes | A lightweight, dependency-free JavaScript library implementing various cryptographic hash functions for secure data encoding and verification. | 724 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
sija/any_hash.cr | A library for working with nested data structures, providing an easy-to-use JSON-friendly hash class and methods for traversing and manipulating it. | 35 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
sindresorhus/hasha | A utility module for computing and manipulating hashes of various types of input data | 957 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
javve/hash.js | A lightweight JavaScript library for manipulating URL hashes | 156 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
lemire/rollinghashjava | Provides an implementation of rolling hash functions in Java for efficient string hashing and indexing. | 75 |
jhumphry/ascon_spark | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
rxi/shash | A spatial hash data structure for efficient collision detection and object management in 2D spaces | 71 |
ryancdotorg/lonesha256-ansi | A single-function SHA256 hashing implementation in ANSI C | 4 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
bungle/lua-resty-xxhash | FFI-bindings to an Extremely fast non-cryptographic hash algorithm | 17 |