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.
|
||||
|
||||
import ./datatypes
|
||||
export PublicKey, PrivateKey, Signature, public_key, `==`
|
||||
export PublicKey, PrivateKey, Signature, public_key, raw_key, `==`
|
||||
|
||||
import ./datatypes_interface
|
||||
export datatypes_interface
|
||||
|
|
Loading…
Reference in New Issue