mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-17 20:53:06 +00:00
remove unused type alias
This commit is contained in:
parent
6157e3023b
commit
6b18168c3c
@ -5,12 +5,6 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
use sha2::{Digest, digest::FixedOutput};
|
||||
|
||||
use elliptic_curve::{
|
||||
consts::{B0, B1},
|
||||
generic_array::GenericArray,
|
||||
};
|
||||
use sha2::digest::typenum::{UInt, UTerm};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum NSSATransaction {
|
||||
Public(nssa::PublicTransaction),
|
||||
@ -39,7 +33,6 @@ impl From<nssa::ProgramDeploymentTransaction> for NSSATransaction {
|
||||
use crate::TreeHashType;
|
||||
|
||||
pub type CipherText = Vec<u8>;
|
||||
pub type Nonce = GenericArray<u8, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>;
|
||||
pub type Tag = u8;
|
||||
|
||||
#[derive(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user