explicitNonceLen returns the number of bytes of explicit nonce included in each record. This is eight for older AEADs and zero for modern ones.
()
| 437 | // included in each record. This is eight for older AEADs and |
| 438 | // zero for modern ones. |
| 439 | explicitNonceLen() int |
| 440 | } |
| 441 | |
| 442 | const ( |
no outgoing calls
no test coverage detected