kitsook / ChaCha20Links
Quick-n-dirty standalone Java implementation of ChaCha20 (256-bit key, 64- or 96-bit nonce)
☆22Updated 5 years ago
Alternatives and similar repositories for ChaCha20
Users that are interested in ChaCha20 are comparing it to the libraries listed below
Sorting:
- libsodium-jna is a java library that binds to libsodium C crypto APIs with Java Native Access (JNA)☆52Updated last year
- Plain Java implementation of the Noise protocol☆138Updated last year
- Java implementation of FIPS 202, SHA3-xxxx, SHAKE128, SHAKE256☆19Updated 4 years ago
- Optimized (fast) Java Keccak/SHA3/SHAKED implementation☆13Updated 4 years ago
- Pure Java implementation of EdDSA☆227Updated 2 years ago
- Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implem…☆111Updated last year
- Java implementation of the BLAKE2b cryptographic hash function☆81Updated 2 years ago
- Java implementation of Keccak and SHA-3 hash functions.☆14Updated 3 years ago
- ECIES implementation with Curve25519.☆15Updated 3 months ago
- A Java library for working with Ascii85, also called Base85 - a form of binary-to-text encoding☆18Updated 4 years ago
- TweetNaCl in Java - a port of TweetNaCl-js☆49Updated 2 years ago
- A blake2s java implementation☆19Updated 9 years ago
- A Java implementation of Shamir's Secret Sharing algorithm over GF(256).☆214Updated last year
- Java implementation of the authenticated encryption algorithm Ascon☆17Updated last year
- A Java implementation of the Libsodium crypto library. For the lazy dev.