aboutsummaryrefslogtreecommitdiff
path: root/nearby/crypto/crypto_provider_test/src/p256.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nearby/crypto/crypto_provider_test/src/p256.rs')
-rw-r--r--nearby/crypto/crypto_provider_test/src/p256.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nearby/crypto/crypto_provider_test/src/p256.rs b/nearby/crypto/crypto_provider_test/src/p256.rs
index db0b63c..9869c9e 100644
--- a/nearby/crypto/crypto_provider_test/src/p256.rs
+++ b/nearby/crypto/crypto_provider_test/src/p256.rs
@@ -228,7 +228,6 @@ pub fn wycheproof_p256_test<E: EcdhProviderForP256Test>(_: PhantomData<E>) {
// from the given RNG when generating a new key).
continue;
};
- std::println!("Testing {}", test.tc_id);
let result = p256_ecdh_test_impl::<E>(
&test.public_key,
&test.private_key.try_into().expect("Private key should be 32 bytes long"),