cocoa
Hashing library
A lightweight C++11 hashing library providing interfaces for various hash algorithms and data types
Cocoa is an uniform hashing library with no dependencies that provides interface for CRC32, CRC64, GCRC, RS, JS, PJW, ELF, BKDR, SBDM, DJB, DJB2, BP, FNV, FNV1a, AP, BJ1, MH2, SHA1, SFH (C++11)
23 stars
5 watching
4 forks
Language: C++
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
r-lyeh-archived/bundle | An embeddable compression library supporting multiple algorithms and formats. | 635 |
plkrueger/cocoainterface | A Lisp code library for building dynamic Cocoa-based user interface windows in OS X. | 32 |
imkcat/catcrypto | A comprehensive C library providing various hashing and encryption functions | 70 |
r-lyeh-archived/scriptorium | A benchmarking study of scripting languages embedded in C++ and statically linked. | 499 |
r-lyeh-archived/unify | A C++11 function to normalize resource identifiers into a standardized format | 22 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
ron4fun/hashlibplus | A C++11 hashing library providing a fluent interface for various hash algorithms and functions | 29 |
laurarozier/beef-hash | A library providing multiple hashing algorithms for use in software development | 5 |
r-lyeh/tinybits | A collection of reusable code snippets and utilities for various tasks in C and C++ programming. | 314 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
smuellerdd/libkcapi | Provides a user-space interface to the Linux kernel crypto API | 175 |
kelp404/cocoasecurity | A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods. | 1,134 |
red-coracle/flask-argon2 | Provides Argon2 hashing utilities for Flask applications. | 19 |
thibaultcha/lua-resty-mlcache | A high-performance caching library for OpenResty applications | 403 |