From 409887caa82f47f5b81aadcf4d289f9f06fd6fbf Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 5 Dec 2023 11:53:51 +0700 Subject: Add TODO[api] --- crypto/src/tls/crypto/TlsNonceGenerator.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crypto') diff --git a/crypto/src/tls/crypto/TlsNonceGenerator.cs b/crypto/src/tls/crypto/TlsNonceGenerator.cs index 00cadc75d..7dcb5801a 100644 --- a/crypto/src/tls/crypto/TlsNonceGenerator.cs +++ b/crypto/src/tls/crypto/TlsNonceGenerator.cs @@ -8,5 +8,12 @@ namespace Org.BouncyCastle.Tls.Crypto /// the length, in bytes, of the nonce to generate. /// the nonce value. byte[] GenerateNonce(int size); + + // TODO[api] +#if false //NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_1_OR_GREATER + /// Generate a nonce in a given span. + /// the span to generate the nonce into. + void GenerateNonce(Span output); +#endif } } -- cgit 1.4.1