sqlite-digest
Hash functions
A set of functions to compute hashes in SQLite using OpenSSL
Digest implementation for SQLite
18 stars
6 watching
6 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
paulmillr/noble-hashes | A lightweight JavaScript implementation of various hash functions and cryptographic primitives | 608 |
mmzeeman/esqlite | An Erlang NIF providing direct access to an embedded SQLite database for efficient and fast data storage and retrieval. | 130 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 968 |
spatialdude/usqlite | A MicroPython module providing a Pythonic interface to the SQLite database library | 94 |
orthecreedence/cl-hash-util | A utility library for working with Common Lisp hash tables | 29 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,688 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 360 |
msallin/sqlitecodefirst | A library that enables .NET developers to create and manage SQLite databases using Entity Framework's CodeFirst approach. | 614 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
xsc/pandect | Provides a simple and efficient way to calculate message digests, checksums, HMAC signatures, and digital signatures in Clojure. | 222 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,731 |
mljs/hash-table | An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
abc34/sqlite_codec | A modified version of SQLite with built-in encryption using the mbedtls library | 0 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |