You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: