openethereum/ethstore/src/account
Kirill Pimenov 6ddabc0f49 Small performance gain in allocations
As measured in
https://gist.github.com/kirushik/e0d93759b0cd102f814408595c20a9d0,
it's much faster not to iterate over zeroes, and just allocate a
contiguous array of zeroes directly.
2017-11-14 13:06:50 +01:00
..
cipher.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
crypto.rs Small performance gain in allocations 2017-11-14 13:06:50 +01:00
kdf.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
mod.rs Unlocking with secrets. 2017-06-06 18:06:40 +02:00
safe_account.rs SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
version.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00