Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.26 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.26 KB

lightcryptotools

Intends to provide fundamental functions for crypto(currency) wallets.

Constant time

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.

Readability and zero dependency

TODO

Functionality

Secret

Crypto

Ethereum