Module erlffx

Data Types

config()

abstract datatype: config()

optional_config_params()

optional_config_params() = #{tweak => iodata(), radix => radix(), number_of_rounds => non_neg_integer()}

radix()

radix() = 2..255

Function Index

config/2
config/3
decrypt/2
encrypt/2

Function Details

config/2

config(AesKey, ValueLength) -> Config

config/3

config(AesKey, ValueLength, OptionalParams) -> Config

decrypt/2

decrypt(Config, EncryptedValue) -> Value

encrypt/2

encrypt(Config, Value) -> EncryptedValue


Generated by EDoc