Signature: export of_secp256k1 and of_ed25519

This commit is contained in:
Vincent Bernardoff 2018-05-30 18:03:23 +02:00 committed by Benjamin Canou
parent 820723f8d0
commit 4b2e88f97c

View File

@ -45,6 +45,10 @@ val concat : MBytes.t -> t -> MBytes.t
include S.RAW_DATA with type t := t
val of_secp256k1 : Secp256k1.t -> t
val of_ed25519 : Ed25519.t -> t
val of_p256 : P256.t -> t
type algo =
| Ed25519
| Secp256k1