[][src]Crate crypto_literal

Crypto literal

Examples

Basic usage:

let crypto_literal = encrypt!("The quick brown fox jumps over the lazy dog");

Static usage:

lazy_static! {
    static ref CRYPTO_LITERAL: CryptoLiteral<str> =
        encrypt!("The quick brown fox jumps over the lazy dog.");
}

Modules

algorithm

Macros

encrypt

Encrypt.

Structs

CryptoLiteral

Crypto literal.

Enums

Algorithm

Crypto algorithm.

Traits

Literal

Literal.

Attribute Macros

algorithm

Algorithm.

key

Key.