From 22895329421d3d209f05169411d1ec6e358c922b Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 14 Dec 2023 22:15:46 +0700 Subject: Add TODO --- crypto/src/util/IEncodable.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/src/util') diff --git a/crypto/src/util/IEncodable.cs b/crypto/src/util/IEncodable.cs index 426394f35..3a9080c84 100644 --- a/crypto/src/util/IEncodable.cs +++ b/crypto/src/util/IEncodable.cs @@ -8,5 +8,8 @@ namespace Org.BouncyCastle.Utilities /// An encoding of this object as a byte array. /// byte[] GetEncoded(); + + // TODO[api] + //void EncodeTo(Stream output); } } -- cgit 1.4.1