mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-11 07:19:26 -05:00
oops, removing some test code
This commit is contained in:
parent
6b2c9ed48a
commit
62ebd4a0aa
@ -295,16 +295,3 @@ pub type CryptoKeyDistance = CryptoKey;
|
||||
|
||||
byte_array_type!(Signature, SIGNATURE_LENGTH, SIGNATURE_LENGTH_ENCODED);
|
||||
byte_array_type!(Nonce, NONCE_LENGTH, NONCE_LENGTH_ENCODED);
|
||||
|
||||
|
||||
// impl From<[u8; SIGNATURE_LENGTH]> for Signature {
|
||||
// fn from(value: [u8; SIGNATURE_LENGTH]) -> Self {
|
||||
// Self::new(value)
|
||||
// }
|
||||
// }
|
||||
|
||||
// impl From<Signature> for [u8; SIGNATURE_LENGTH] {
|
||||
// fn from(value: Signature) -> Self {
|
||||
// value.bytes
|
||||
// }
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user