Searched defs:encryptionString (Results 1 – 1 of 1) sorted by relevance
77 type encryptionString struct { struct78 sequenceNumber uint6479 plaintext string80 associatedData string81 nonce string82 ciphertext string214 func parseEncryptions(t *testing.T, encs []encryptionString) []encryptionVector {