Merge PR #1451: crypto/keys: move checksum size into constants
Closes #1410
This commit is contained in:
committed by
Christopher Goes
parent
b66a5cc853
commit
24a68d3bdf
@@ -60,7 +60,7 @@ func ExamplePrintRegisteredTypes() {
|
||||
func TestKeyEncodings(t *testing.T) {
|
||||
cases := []struct {
|
||||
privKey tcrypto.PrivKey
|
||||
privSize, pubSize int // binary sizes
|
||||
privSize, pubSize int // binary sizes with the amino overhead
|
||||
}{
|
||||
{
|
||||
privKey: tcrypto.GenPrivKeyEd25519(),
|
||||
|
||||
Reference in New Issue
Block a user