Merge PR #1451: crypto/keys: move checksum size into constants

Closes #1410
This commit is contained in:
Dev Ojha
2018-06-29 09:52:32 +02:00
committed by Christopher Goes
parent b66a5cc853
commit 24a68d3bdf
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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(),