(t *testing.T, variation ...int)
| 374 | } |
| 375 | |
| 376 | func newTestPublicKeyBytes(t *testing.T, variation ...int) []byte { |
| 377 | return newTestPublicKey(t, variation...).Bytes() |
| 378 | } |
| 379 | |
| 380 | func newTestKeyGroup(t *testing.T, variation ...int) *crypto.KeyGroup { |
| 381 | var ( |
no test coverage detected