mirror of
https://github.com/status-im/nim-eth-keys.git
synced 2025-02-17 11:46:40 +00:00
Export raw_key - Discovery depends on hashing the raw_key
This commit is contained in:
parent
34732e8440
commit
56e569936a
@ -8,7 +8,7 @@
|
|||||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||||
|
|
||||||
import ./datatypes
|
import ./datatypes
|
||||||
export PublicKey, PrivateKey, Signature, public_key, `==`
|
export PublicKey, PrivateKey, Signature, public_key, raw_key, `==`
|
||||||
|
|
||||||
import ./datatypes_interface
|
import ./datatypes_interface
|
||||||
export datatypes_interface
|
export datatypes_interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user