Struct lockchain_crypto::AesEngine [] [src]

pub struct AesEngine { /* fields omitted */ }

Methods

impl AesEngine
[src]

[src]

Generate new key and encryption engine

[src]

Generate an Aes context from password

[src]

Load a packed data object which contains an Aes context

[src]

Serialise the current context to save it somewhere

Trait Implementations

Auto Trait Implementations

impl Send for AesEngine

impl Sync for AesEngine