package hacl-star

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

Parameters

module Impl : sig ... end

Signature

type bytes = C.t
val get_result : Unsigned.UInt64.t -> bool
val prime_p256_order : Z.t
module Noalloc : sig ... end
val sign : sk:bytes -> msg:bytes -> k:bytes -> bytes option
val verify : pk:bytes -> msg:bytes -> signature:bytes -> bool