Skip to content

Commit 8ebed96

Browse files
committed
lib: expose pub, xonlypub data constructors
Benign, and aids conversion/testing.
1 parent 4214e0b commit 8ebed96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Crypto/Curve/Secp256k1.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Crypto.Curve.Secp256k1 (
3838
, parse_compact
3939
, serialize_compact
4040

41-
, Pub
41+
, Pub(..)
4242
, derive_pub
4343
, parse_pub
4444
, tweak_pub_add
@@ -47,7 +47,7 @@ module Crypto.Curve.Secp256k1 (
4747
, tweak_sec_mul
4848
, serialize_pub
4949
, serialize_pub_u
50-
, XOnlyPub
50+
, XOnlyPub(..)
5151
, xonly
5252
, parse_xonly
5353
, serialize_xonly

0 commit comments

Comments
 (0)