package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Hacl.P256Source

Sourcetype _ key
Sourceval size : int
Sourceval pk_size : int
Sourceval sk_size : int
Sourceval compare : 'a key -> 'a key -> int
Sourceval equal : 'a key -> 'a key -> bool
Sourceval sk_of_bytes : Bytes.t -> secret key option
Sourceval pk_of_bytes : Bytes.t -> public key option
Sourceval pk_of_bytes_without_validation : Bytes.t -> public key option
Sourceval neuterize : 'a key -> public key
Sourceval keypair : unit -> public key * secret key
Sourceval to_bytes : _ key -> Bytes.t
Sourceval blit_to_bytes : _ key -> ?pos:int -> Bytes.t -> unit
Sourceval sign : sk:secret key -> msg:Bytes.t -> Bytes.t
Sourceval verify : pk:public key -> msg:Bytes.t -> signature:Bytes.t -> bool
OCaml

Innovation. Community. Security.