Skip to content

Commit ed2878d

Browse files
committed
nimcrypto: bump
* optimized sha256 - not used by nimbus-eth2 yet since hashtree+blst is still selected by default - benchmarks needed
1 parent 2a57434 commit ed2878d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

beacon_chain/spec/keystore.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ import
2121
nimcrypto/[sha2, rijndael, pbkdf2, bcmode, hash, scrypt],
2222
# Local modules
2323
libp2p/crypto/crypto as lcrypto,
24-
./datatypes/base, ./signatures
24+
./datatypes/base, ./[digest, signatures]
2525

2626
from std/algorithm import binarySearch
2727
from std/math import `^`
2828
from std/parseutils import parseBiggestUInt
2929

30-
export base, uri, io2, options
30+
export base, digest, uri, io2, options
3131

3232
# We use `ncrutils` for constant-time hexadecimal encoding/decoding procedures.
3333
import nimcrypto/utils as ncrutils

0 commit comments

Comments
 (0)