diff --git a/src/eth_keys.nim b/src/eth_keys.nim index 78af68e..3571ed7 100644 --- a/src/eth_keys.nim +++ b/src/eth_keys.nim @@ -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