mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
Add seed-able cryptographic random.
This commit is contained in:
@ -15,6 +15,7 @@ type PubKey interface {
|
||||
Address() []byte
|
||||
KeyString() string
|
||||
VerifyBytes(msg []byte, sig Signature) bool
|
||||
Equals(PubKey) bool
|
||||
}
|
||||
|
||||
// Types of PubKey implementations
|
||||
|
Reference in New Issue
Block a user