Merge pull request #423 from str4d/trial-decryption-optimisation
Store OutputDescription `ephemeral_key` as bytes
Extracted from: 51aa991ce0
This commit is contained in:
commit
2040c32078
|
@ -33,6 +33,7 @@ impl AsRef<[u8]> for OutgoingCipherKey {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct EphemeralKeyBytes(pub [u8; 32]);
|
||||
|
||||
impl AsRef<[u8]> for EphemeralKeyBytes {
|
||||
|
|
Loading…
Reference in New Issue