summary refs log tree commit diff
path: root/crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs')
-rw-r--r--crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs b/crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs
index a4c201832..2bed8920c 100644
--- a/crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs
+++ b/crypto/src/math/ec/multiplier/MixedNafR2LMultiplier.cs
@@ -6,6 +6,7 @@ namespace Org.BouncyCastle.Math.EC.Multiplier
      * Class implementing the NAF (Non-Adjacent Form) multiplication algorithm (right-to-left) using
      * mixed coordinates.
      */
+    [Obsolete("Will be removed")]
     public class MixedNafR2LMultiplier 
         : AbstractECMultiplier
     {