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

Functions

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