summary refs log tree commit diff
path: root/crypto/src/asn1/nist/KMACwithSHAKE256_params.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/nist/KMACwithSHAKE256_params.cs')
-rw-r--r--crypto/src/asn1/nist/KMACwithSHAKE256_params.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/nist/KMACwithSHAKE256_params.cs b/crypto/src/asn1/nist/KMACwithSHAKE256_params.cs
index fa7471913..f0560e9da 100644
--- a/crypto/src/asn1/nist/KMACwithSHAKE256_params.cs
+++ b/crypto/src/asn1/nist/KMACwithSHAKE256_params.cs
@@ -29,7 +29,7 @@ public class KMacWithShake256Params : Asn1Encodable
         this.customizationString = Arrays.Clone(customizationString);
     }
 
-    public static KMacWithShake256Params GetInstance(Object o)
+    public static KMacWithShake256Params GetInstance(object o)
     {
         if (o is KMacWithShake256Params)
         {