package brr

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

Module Crypto_algo.Ecdsa_paramsSource

ECDSA signing parameters.

Sourcetype t

The type for EcdsaParams objects.

Sourceval v : name:Jstr.t -> hash:Jstr.t -> unit -> algo

v ~name ~hash is a signature parameter object with given properties.

Sourceval of_algo : algo -> t

of_algo a is an unsafe conversion from a.

Properties

Sourceval name : t -> Jstr.t

name a is the algorithm to use.

Sourceval hash : t -> Jstr.t

hash a hash is the name of the hash to use.