Home
last modified time | relevance | path

Searched refs:CreateBigInteger (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200_BigIntegerHelper.cs16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AthenaX5200_BigIntegerHelper
DDSAServiceProvider.cs49 …var z = AthenaX5200_BigIntegerHelper.CreateBigInteger(hash, Math.Min(q.ToByteArray().Length, hash.… in SignDMA()