64-bit sequence number
()
| 475 | |
| 476 | func (f *xorNonceAEAD) NonceSize() int { return 8 } // 64-bit sequence number |
| 477 | func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() } |
| 478 | func (f *xorNonceAEAD) explicitNonceLen() int { return 0 } |
| 479 | |
| 480 | func (f *xorNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte { |
no outgoing calls
no test coverage detected