package noise

  1. Overview
  2. Docs

Source file private_key.ml

1
2
3
4
5
6
7
type t = Private of Cstruct.t [@@deriving eq]

let pp fmt _ = Format.pp_print_string fmt "<private key>"

let bytes (Private cs) = cs

let of_bytes cs = Private cs
OCaml

Innovation. Community. Security.