This commit is contained in:
parent
ee871ad6d2
commit
c51e19fcde
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ module Binary_format_rsa = struct
|
|||
pub
|
||||
| _ -> assert false
|
||||
|
||||
(* custom private key binary format <> than gcrypt *)
|
||||
let priv_to_octets ({ e; d; n; p; q; dp; dq; q' } : Mirage_crypto_pk.Rsa.priv)
|
||||
=
|
||||
z_array_to_octets [| e; d; n; p; q; dp; dq; q' |]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue