tezos-crypto
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type key
val unsafe_of_bytes : Bigstring.t -> key
val box_noalloc : key -> nonce -> Bigstring.t -> unit
val box_open_noalloc : key -> nonce -> Bigstring.t -> bool
val box : key -> Bytes.t -> nonce -> Bigstring.t
val box_open : key -> Bigstring.t -> nonce -> Bytes.t option