logos-messaging-nim/waku/waku_keystore.nim
Hanno Cornelius 5e2e1b6bd0 chore: remove references to v2 (#1898)
* chore: remove references to v2

* fix: lingering rln-relay import path
2023-08-09 18:11:50 +01:00

19 lines
419 B
Nim

# The keyfile submodule (implementation adapted from nim-eth keyfile module https://github.com/status-im/nim-eth/blob/master/eth/keyfile)
import
./waku_keystore/keyfile
export
keyfile
# The Waku Keystore implementation
import
./waku_keystore/keystore,
./waku_keystore/conversion_utils,
./waku_keystore/protocol_types,
./waku_keystore/utils
export
keystore,
conversion_utils,
protocol_types,
utils