summary refs log tree commit diff
path: root/crypto/src/cms
diff options
context:
space:
mode:
authorroyb <roy.basmacier@primekey.com>2022-02-03 12:51:52 -0500
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-06-23 21:58:04 +0700
commit004de388d03ebfc6734d4a613f5114ceb8f7a570 (patch)
treec796413a7589c47548c15f35ec4b27f4b17fe6a8 /crypto/src/cms
parentNew build organization (diff)
downloadBouncyCastle.NET-ed25519-004de388d03ebfc6734d4a613f5114ceb8f7a570.tar.xz
Initial merge of PQC port
Diffstat (limited to 'crypto/src/cms')
-rw-r--r--crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
index d49b1d9d2..2730d93e0 100644
--- a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
+++ b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs
@@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Cms
 		 */
 		public DefaultAuthenticatedAttributeTableGenerator()
 		{
-			table = Platform.CreateHashtable();
+			table =  Platform.CreateHashtable();
 		}
 
 		/**