Method | Description | |
---|---|---|
HMacDsaKCalculator ( IDigest digest ) : System | ||
Init ( NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger d, byte message ) : void | ||
Init ( NBitcoin.BouncyCastle.Math.BigInteger n, |
||
NextK ( ) : NBitcoin.BouncyCastle.Math.BigInteger |
Method | Description | |
---|---|---|
BitsToInt ( byte t ) : NBitcoin.BouncyCastle.Math.BigInteger |
public HMacDsaKCalculator ( IDigest digest ) : System | ||
digest | IDigest | |
return | System |
public Init ( NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger d, byte message ) : void | ||
n | NBitcoin.BouncyCastle.Math.BigInteger | |
d | NBitcoin.BouncyCastle.Math.BigInteger | |
message | byte | |
return | void |
public Init ( NBitcoin.BouncyCastle.Math.BigInteger n, |
||
n | NBitcoin.BouncyCastle.Math.BigInteger | |
random | ||
return | void |
public NextK ( ) : NBitcoin.BouncyCastle.Math.BigInteger | ||
return | NBitcoin.BouncyCastle.Math.BigInteger |