Struct lockchain_crypto::AesEngine[][src]

pub struct AesEngine { /* fields omitted */ }

Methods

impl AesEngine
[src]

Generate new key and encryption engine

Generate an Aes context from password

Load a packed data object which contains an Aes context

Serialise the current context to save it somewhere

Trait Implementations

Auto Trait Implementations

impl Send for AesEngine

impl Sync for AesEngine