Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Hacl.Secretbox
Sourceval secretbox :
key:Hacl_star.SharedDefs.CBytes.t ->
nonce:Hacl_star.SharedDefs.CBytes.t ->
msg:Hacl_star.SharedDefs.CBytes.t ->
cmsg:Hacl_star.SharedDefs.CBytes.t ->
unit
val secretbox_open :
key:Hacl_star.SharedDefs.CBytes.t ->
nonce:Hacl_star.SharedDefs.CBytes.t ->
cmsg:Hacl_star.SharedDefs.CBytes.t ->
msg:Hacl_star.SharedDefs.CBytes.t ->
bool