()
| 474 | } |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected