abstract datatype: config()
optional_config_params() = #{tweak => iodata(), radix => radix(), number_of_rounds => non_neg_integer()}
radix() = 2..255
config/2 | |
config/3 | |
decrypt/2 | |
encrypt/2 |
config(AesKey, ValueLength, OptionalParams) -> Config
decrypt(Config, EncryptedValue) -> Value
encrypt(Config, Value) -> EncryptedValue
Generated by EDoc