mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +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:
@@ -3,6 +3,7 @@
|
||||
//! https://eips.ethereum.org/EIPS/eip-2335
|
||||
|
||||
#![cfg(test)]
|
||||
#![cfg(not(debug_assertions))]
|
||||
|
||||
use eth2_keystore::{Keystore, Uuid};
|
||||
|
||||
|
||||
@@ -340,6 +340,7 @@ fn bad_version() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(debug_assertions))]
|
||||
fn json_bad_checksum() {
|
||||
let vector = r#"
|
||||
{
|
||||
|
||||
@@ -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