All Projects → maandree → libkeccak

maandree / libkeccak

Licence: ISC license
[Basically feature complete] Keccak-family hashing library

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to libkeccak

AttestationServer
Server code for use with the Auditor app: https://github.com/GrapheneOS/Auditor. It provides two services: submission of attestation data samples and a remote attestation implementation with email alerts to go along with the local implementation based on QR code scanning in the app.
Stars: ✭ 64 (+20.75%)
Mutual labels:  integrity, authenticity
checksum-command
Verifies file integrity by comparing to published checksums.
Stars: ✭ 29 (-45.28%)
Mutual labels:  checksum, integrity
AttestationSamples
A small subset of the submitted sample data from https://github.com/GrapheneOS/Auditor. It has a sample attestation certificate chain per device model (ro.product.model) along with a subset of the system properties from the sample as supplementary information.
Stars: ✭ 25 (-52.83%)
Mutual labels:  integrity, authenticity
sha3
SHA3 for Ruby is a XKCP based native (C) binding to SHA3 (FIPS 202) cryptographic hashing algorithm
Stars: ✭ 35 (-33.96%)
Mutual labels:  keccak, sha3
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+620.75%)
Mutual labels:  keccak, sha3
noble-hashes
Audited & minimal JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2 & Scrypt
Stars: ✭ 213 (+301.89%)
Mutual labels:  keccak, sha3
virt-backup
Fully backup your KVM Virtual Machines
Stars: ✭ 27 (-49.06%)
Mutual labels:  checksum
php-keccak
Pure PHP implementation of Keccak (SHA-3)
Stars: ✭ 99 (+86.79%)
Mutual labels:  keccak
Vanityeth
Ethereum vanity address generator
Stars: ✭ 245 (+362.26%)
Mutual labels:  checksum
Emojisum
🙏 📎 Emoji that checksum! 🎉 💩
Stars: ✭ 230 (+333.96%)
Mutual labels:  checksum
Highwayhash
Node.js implementation of HighwayHash, Google's fast and strong hash function
Stars: ✭ 183 (+245.28%)
Mutual labels:  checksum
D3hex
The first dataflow based Hex-Editor!
Stars: ✭ 45 (-15.09%)
Mutual labels:  checksum
433MHz Tx Rx
Arduino based 433MHz Tx and Rx combo using Manchester protocol
Stars: ✭ 27 (-49.06%)
Mutual labels:  checksum
UNF
Tools for Creating Universal Numeric Fingerprints for Data
Stars: ✭ 20 (-62.26%)
Mutual labels:  checksum
meta-secure-core
OpenEmbedded layer for the use cases on secure boot, integrity and encryption
Stars: ✭ 80 (+50.94%)
Mutual labels:  integrity
masterkeys-linux
MasterKeys SDK for Linux
Stars: ✭ 22 (-58.49%)
Mutual labels:  c-library
sha3.net
C# port of Keccak, known as SHA3
Stars: ✭ 31 (-41.51%)
Mutual labels:  sha3
iroha-ed25519
RFC8032 compatible Ed25519 implementation with pluggable hash (sha2-512, sha3-512)
Stars: ✭ 28 (-47.17%)
Mutual labels:  sha3
checksum
Plugin for Nextcloud and ownCloud to create hashes of files.
Stars: ✭ 25 (-52.83%)
Mutual labels:  checksum
getsum
Tool for validating and calculating checksums
Stars: ✭ 27 (-49.06%)
Mutual labels:  checksum
NAME
	libkeccak - Keccak-family hashing library

DESCRIPTION
	libkeccak is a bit-oriented lanewise implementation of
	the Keccak-family with support for extend output size,
	state marshalling, algorithm tuning with implicit parameters,
	secure erasure of sensitive data, and HMAC.

RATIONALE
	Keccak won the SHA-3 competition. We need a library for it,
	and let it be bit-oriented.

SEE ALSO
	sha3sum, libblake(7), libsha2(7), libsha1(7)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].