tezos-crypto
Tezos: library with all the cryptographic primitives used by Tezos
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package tezos-crypto
-
tezos-crypto
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-crypto
secretbox key msg nonce
encrypts and authenticates the data in msg
using key
and nonce
and returns the authentication tag and the ciphertext in one buffer. For this reason, the returned buffer will be tag_length
longer than msg
.
ON THIS PAGE
No table of contents