lighthouse/crypto/bls/src
Paul Hauner c93f9c351b
Improve bls::SecretKey privacy (#1164)
* Improve bls::SecretKey privacy

* Add missed file

* Remove more methods from bls::SecretKey

* Add as_bytes() to SecretKey, remove as_raw

* Remove as_raw

* Add back as_raw

* Address review comments
2020-05-19 11:23:08 +10:00
..
aggregate_public_key.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
aggregate_signature.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
fake_aggregate_public_key.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
fake_aggregate_signature.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
fake_public_key.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
fake_signature.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
keypair.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
lib.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
plain_text.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
public_key_bytes.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
public_key.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
secret_key.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
signature_bytes.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
signature_set.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
signature.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00