Searched defs:testAEAD (Results 1 – 1 of 1) sorted by relevance
42 type testAEAD struct{} struct44 func (*testAEAD) NonceSize() int { return 0 }45 func (*testAEAD) Overhead() int { return 0 }46 func (*testAEAD) Seal(a, b, c, d []byte) []byte { return []byte{} }47 func (*testAEAD) Open(a, b, c, d []byte) ([]byte, error) { return []byte{}, nil }48 func (*testAEAD) InAESPackage() bool { return true }