14 public override int Bits => 256;
Abstract base class for PACE protocols using Elliptic Curve Cryptography (EEC) having 256 bit securit...
override HashFunctionArray KdfHashFunction
Hash function to use in the KDF function.
override int KdfHashKeyLength
Number of bytes of hash output to use as key material in the KDF function.
override int Bits
Bits of security provided by the protocol.
Contains methods for simple hash calculations.
static byte[] ComputeSHA256Hash(byte[] Data)
Computes the SHA-256 hash of a block of binary data.
abstract class PaceEcdhProtocol()
Abstract base class for PACE protocols using Elliptic Curve Cryptography (EEC).
delegate byte[] HashFunctionArray(byte[] Data)
Delegate to hash function.