Searched defs:encryptionVector (Results 1 – 1 of 1) sorted by relevance
68 type encryptionVector struct { struct69 key []byte70 plaintext []byte71 associatedData []byte72 nonce []byte73 ciphertext []byte74 sequenceNumber *big.Int