Merge pull request #423 from str4d/trial-decryption-optimisation

Store OutputDescription `ephemeral_key` as bytes

Extracted from: 51aa991ce0
This commit is contained in:
str4d 2021-08-10 02:16:17 +01:00 committed by GitHub
commit 2040c32078
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ impl AsRef<[u8]> for OutgoingCipherKey {
}
}
#[derive(Clone, Debug)]
pub struct EphemeralKeyBytes(pub [u8; 32]);
impl AsRef<[u8]> for EphemeralKeyBytes {