CipherText
Fully qualified path: garaga::apps::drand::CipherText
#[derive(Drop, Serde)]
pub struct CipherText {
pub U: G2Point,
pub V: [u8; 16],
pub W: [u8; 16],
}
Members
U
Fully qualified path: garaga::apps::drand::CipherText::U
pub U: G2Point
V
Fully qualified path: garaga::apps::drand::CipherText::V
pub V: [u8; 16]
W
Fully qualified path: garaga::apps::drand::CipherText::W
pub W: [u8; 16]