Add seed-able cryptographic random.

This commit is contained in:
Jae Kwon
2016-03-13 09:40:15 -07:00
parent 76ba23e4c0
commit 264d2a3eef
4 changed files with 119 additions and 1 deletions

View File

@ -15,6 +15,7 @@ type PubKey interface {
Address() []byte
KeyString() string
VerifyBytes(msg []byte, sig Signature) bool
Equals(PubKey) bool
}
// Types of PubKey implementations