status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Fix nimcrypto/utils.fromHex conflict with the new strutils.fromHex #21

Closed avitkauskas closed 5 years ago

avitkauskas commented 5 years ago

PR https://github.com/nim-lang/Nim/pull/11107 in nim-lang/Nim introduces new procs fromHex that conflicts with the nimcrypto.fromHex used in the test_vectors.nim.

To fix it, fromHex should not be imported from strutils.