Copyright © 2014-2022, Andrew Bennett
Behaviours: gen_server.
Authors: Andrew Bennett (potatosaladx@gmail.com).
| chacha20_poly1305_module/1 | |
| config_change/0 | |
| curve25519_module/1 | |
| curve448_module/1 | |
| json_module/1 | |
| pbes2_count_maximum/1 | |
| sha3_module/1 | |
| start_link/0 | |
| unsecured_signing/1 | |
| xchacha20_poly1305_module/1 |
chacha20_poly1305_module(ChaCha20Poly1305Module) -> any()
config_change() -> any()
curve25519_module(Curve25519Module) -> any()
curve448_module(Curve448Module) -> any()
json_module(JSONModule) -> any()
pbes2_count_maximum(PBES2CountMaximum) -> ok
PBES2CountMaximum = non_neg_integer()
sha3_module(SHA3Module) -> any()
start_link() -> any()
unsecured_signing(UnsecuredSigning) -> ok
UnsecuredSigning = boolean()
xchacha20_poly1305_module(XChaCha20Poly1305Module) -> any()
Generated by EDoc