Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlaBla counter-based crypto rng #399

Open
gahtan-syarif opened this issue Nov 21, 2024 · 0 comments
Open

BlaBla counter-based crypto rng #399

gahtan-syarif opened this issue Nov 21, 2024 · 0 comments

Comments

@gahtan-syarif
Copy link
Contributor

gahtan-syarif commented Nov 21, 2024

JP Aumasson (creator of Blake2 and SipHash) created a 64-bit version of ChaCha he called BlaBla (https://github.com/veorq/blabla/blob/master/BlaBla.swift). I've tested it using C++ and it seems that it can run at speeds almost 2x of that of chacha with the same number of rounds on a 64-bit system. Perhaps its worth adding to randomgen?

I've created a c++ implementation of it here: https://github.com/gahtan-syarif/blabla.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant