Skip to content

Commit

Permalink
cleaning up and fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-arte committed Oct 30, 2023
1 parent b5404db commit 3898f6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use rand::{CryptoRng, RngCore};
use subtle::{Choice, ConditionallySelectable, ConstantTimeEq, CtOption};
use zcash_note_encryption::EphemeralKeyBytes;

use crate::primitives::redpallas::SigningKey;
use crate::{
address::Address,
primitives::redpallas::{self, SpendAuth, VerificationKey},
Expand Down Expand Up @@ -1244,9 +1243,6 @@ mod tests {

let imk = IssuanceMasterKey::from_bytes(tv.sk).unwrap();

let isk: IssuanceAuthorizingKey = (&imk).into(); // TOREMOVE
assert_eq!(<[u8; 32]>::from(&isk.0), tv.isk); // TOREMOVE

let ak: SpendValidatingKey = (&ask).into();
assert_eq!(<[u8; 32]>::from(ak.0), tv.ak);

Expand Down

0 comments on commit 3898f6a

Please sign in to comment.