summary refs log tree commit diff
path: root/crypto/src/crypto/fpe/SP80038G.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/crypto/fpe/SP80038G.cs')
-rw-r--r--crypto/src/crypto/fpe/SP80038G.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/src/crypto/fpe/SP80038G.cs b/crypto/src/crypto/fpe/SP80038G.cs

index 65dad0797..c1f5f23f4 100644 --- a/crypto/src/crypto/fpe/SP80038G.cs +++ b/crypto/src/crypto/fpe/SP80038G.cs
@@ -303,7 +303,8 @@ namespace Org.BouncyCastle.Crypto.Fpe return tweak64; } - private static BigInteger CalculateY_FF1(IBlockCipher cipher, BigInteger bigRadix, byte[] T, int b, int d, int round, byte[] P, ushort[] AB) + private static BigInteger CalculateY_FF1(IBlockCipher cipher, BigInteger bigRadix, byte[] T, int b, int d, + int round, byte[] P, ushort[] AB) { int t = T.Length;