Package-level declarations

Properties

Link copied to clipboard
external val _libsodiumPromise: Promise<dynamic>

Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 25-May-2020

Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 25-May-2020

Functions

crypto_generichash
Link copied to clipboard
external fun crypto_generichash(hashLength: Int, inputMessage: Uint8Array): Uint8Array
external fun crypto_generichash(hashLength: Int, inputMessage: Uint8Array): Uint8Array
crypto_hash_sha256
Link copied to clipboard
external fun crypto_hash_sha256(message: Uint8Array): Uint8Array
external fun crypto_hash_sha256(message: Uint8Array): Uint8Array
crypto_hash_sha256_init
Link copied to clipboard
external fun crypto_hash_sha256_init(): dynamic
crypto_hash_sha512
Link copied to clipboard
external fun crypto_hash_sha512(message: Uint8Array): Uint8Array
external fun crypto_hash_sha512(message: Uint8Array): Uint8Array
sodium_init
Link copied to clipboard
external fun sodium_init(): Int
external fun sodium_init(): Int