Expand description
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§
Macros§
- encrypt
- Encrypt.
Structs§
- Crypto
Literal - Crypto literal.
Enums§
- Algorithm
- Crypto algorithm.
Traits§
- Literal
- Literal.