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