adiantum
Adiantum and HPolyC specification and test vectors (by google)
curve25519-voi
High-performance Curve25519/ristretto255 for Go. (by oasisprotocol)
adiantum | curve25519-voi | |
---|---|---|
2 | 1 | |
474 | 76 | |
0.4% | - | |
2.5 | 0.0 | |
12 months ago | 3 months ago | |
C | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
adiantum
Posts with mentions or reviews of adiantum.
We have used some of these posts to build our list of alternatives
and similar projects.
- Encrypting small messages with minimal overhead
-
Why do encryptions have to be longer than the original message?
If you need your ciphertext to be the same size as plaintext, then the go-to algorithm these days is AES-XTS. Alternatively, Google's Adiantum is available and designed for hardware without AES acceleration https://github.com/google/adiantum
curve25519-voi
Posts with mentions or reviews of curve25519-voi.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing adiantum and curve25519-voi you can also consider the following projects:
constant-time-js - Constant-time JavaScript functions
CIRCL - CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
CheekyKitten - The Cheeky Kitten encoder is a simple binary obsfucation tool. Corrupts binary using a hex shuffle algorithm.
mathcord - Discord Math Bot using Custom-Made Shunting Yard (WIP), Custom-Made SHA-512, Custom-Made ED25519
PoxHash - A block hashing algorithm with implementations in C, Rust, Go, Nim, Python and JS
sigtool - Ed25519 signing, verification and encryption, decryption for arbitary files; like OpenBSD signifiy but with more functionality and written in Golang - only easier and simpler