Skip to content

Commit

Permalink
[ecdsa] clean up imports of ecdsa_secp256k1.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Dec 30, 2024
1 parent fa5a5eb commit 2f6a897
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions constantine/ecdsa_secp256k1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ import
constantine/signatures/ecdsa,
constantine/hashes/h_sha256,
constantine/named/algebras,
constantine/math/io/[io_bigints, io_fields, io_ec],
constantine/math/elliptic/[ec_shortweierstrass_affine, ec_shortweierstrass_jacobian, ec_scalar_mul, ec_multi_scalar_mul],
constantine/math/elliptic/[ec_shortweierstrass_affine],
constantine/math/[arithmetic, ec_shortweierstrass],
constantine/platforms/[abstractions, views],
constantine/serialization/codecs, # for fromHex and (in the future) base64 encoding
constantine/named/zoo_generators, # for generator
constantine/csprngs/sysrand
constantine/platforms/[abstractions, views]

export NonceSampler

Expand Down

0 comments on commit 2f6a897

Please sign in to comment.