package awa

  1. Overview
  2. Docs
val compute_hash : ?signed:bool -> negotiation -> v_c:string -> v_s:string -> i_c:Cstruct.t -> i_s:Cstruct.t -> k_s:Hostkey.pub -> e:Z.t -> f:Z.t -> k:Z.t -> Mirage_crypto.Hash.digest
val compute_hash_gex : negotiation -> v_c:string -> v_s:string -> i_c:Cstruct.t -> i_s:Cstruct.t -> k_s:Hostkey.pub -> min:Cstruct.uint32 -> n:Cstruct.uint32 -> max:Cstruct.uint32 -> p:Z.t -> g:Z.t -> e:Z.t -> f:Z.t -> k:Z.t -> Mirage_crypto.Hash.digest
val secret_pub : alg -> Mirage_crypto_pk.Dh.secret * Z.t
val shared : Mirage_crypto_pk.Dh.secret -> Z.t -> (Z.t, string) result
val ecdh_secret_pub : alg -> Mirage_crypto_ec.X25519.secret * Z.t
val ecdh_shared : Mirage_crypto_ec.X25519.secret -> Z.t -> (Z.t, string) result
val generate : alg -> Z.t -> (Z.t * Z.t, string) result