Searched refs:CreateBigInteger (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ | ||
| D | AthenaX5200_BigIntegerHelper.cs | 16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AthenaX5200_BigIntegerHelper |
| D | DSAServiceProvider.cs | 49 …var z = AthenaX5200_BigIntegerHelper.CreateBigInteger(hash, Math.Min(q.ToByteArray().Length, hash.… in SignDMA() |