Intends to provide fundamental functions for crypto(currency) wallets.
All core algorithms aren't yet constant time. The hex/bytes conversion, a constant time port, is an exception.
There is an intention to add constant time support. We have to note that when all core algorithms are constant time, it's still possible for a running problem to leak secrets, often caused by compiler optimizations or shared hardware resources.
TODO
- Random bytes generation: