Export raw_key - Discovery depends on hashing the raw_key

This commit is contained in:
mratsim 2018-03-22 08:54:49 +01:00
parent 34732e8440
commit 56e569936a
1 changed files with 1 additions and 1 deletions

View File

@ -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