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