SecretRotation

Trait SecretRotation 

Source
pub trait SecretRotation {
    // Required method
    fn get_unix_minute_secret(
        &self,
        topic_hash: [u8; 32],
        unix_minute: u64,
        initial_secret_hash: [u8; 32],
    ) -> [u8; 32];
}

Required Methods§

Source

fn get_unix_minute_secret( &self, topic_hash: [u8; 32], unix_minute: u64, initial_secret_hash: [u8; 32], ) -> [u8; 32]

Implementors§