mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Switch to ring for hkdf (#1134)
* Switch to ring for hkdf * Remove comments * Make some keystore tests release only
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![cfg(test)]
|
||||
#![cfg(not(debug_assertions))]
|
||||
|
||||
use bls::Keypair;
|
||||
use eth2_keystore::{Error, Keystore, KeystoreBuilder};
|
||||
|
||||
Reference in New Issue
Block a user