Struct microsalt::secretbox::SecretKey [] [src]

pub struct SecretKey(pub [u8; 32]);

A secret key for crypto box

Methods

impl SecretKey
[src]

Trait Implementations

impl Drop for SecretKey
[src]

A method called when the value goes out of scope. Read more