sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
wrapper.sodium.crypto_auth
wrapper
sodium
Undocumented in source.
Public Imports
deimos.sodium.crypto_auth
public
import
deimos
.
sodium
.
crypto_auth
:
crypto_auth_BYTES
,
crypto_auth_bytes
,
crypto_auth_KEYBYTES
,
crypto_auth_keybytes
,
crypto_auth_PRIMITIVE
,
crypto_auth_keygen
;
Members
Aliases
crypto_auth
alias
crypto_auth
=
deimos
.
sodium
.
crypto_auth
.
crypto_auth
Undocumented in source.
crypto_auth_verify
alias
crypto_auth_verify
=
deimos
.
sodium
.
crypto_auth
.
crypto_auth_verify
Undocumented in source.
Functions
crypto_auth
bool
crypto_auth
(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)
crypto_auth_primitive
string
crypto_auth_primitive
()
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_auth_verify
bool
crypto_auth_verify
(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)
Meta
Source
See Source File
wrapper
sodium
modules
core
crypto_aead_aes256gcm
crypto_aead_chacha20poly1305
crypto_aead_xchacha20poly1305
crypto_auth
crypto_auth_hmacsha256
crypto_auth_hmacsha512
crypto_auth_hmacsha512256
crypto_box
crypto_box_curve25519xchacha20poly1305
crypto_box_curve25519xsalsa20poly1305
crypto_core_ed25519
crypto_core_hchacha20
crypto_core_hsalsa20
crypto_core_ristretto255
crypto_core_salsa20
crypto_core_salsa2012
crypto_core_salsa208
crypto_generichash
crypto_generichash_blake2b
crypto_hash
crypto_hash_sha256
crypto_hash_sha512
crypto_kdf
crypto_kdf_blake2b
crypto_kx
crypto_onetimeauth
crypto_onetimeauth_poly1305
crypto_pwhash
crypto_pwhash_argon2i
crypto_pwhash_argon2id
crypto_pwhash_scryptsalsa208sha256
crypto_scalarmult
crypto_scalarmult_curve25519
crypto_scalarmult_ed25519
crypto_scalarmult_ristretto255
crypto_secretbox
crypto_secretbox_xchacha20poly1305
crypto_secretbox_xsalsa20poly1305
crypto_secretstream_xchacha20poly1305
crypto_shorthash
crypto_shorthash_siphash24
crypto_sign
crypto_sign_ed25519
crypto_sign_edwards25519sha512batch
crypto_stream
crypto_stream_chacha20
crypto_stream_salsa20
crypto_stream_salsa2012
crypto_stream_salsa208
crypto_stream_xchacha20
crypto_stream_xsalsa20
crypto_verify_16
crypto_verify_32
crypto_verify_64
randombytes
randombytes_internal_random
randombytes_sysrandom
runtime
utils
version_