C# Class Granados.PKI.ECDSAHashAlgorithmChooser

A utility class for choosing hashing algorithm for ECDSA.
Datei anzeigen Open project: poderosaproject/poderosa

Public Methods

Method Description
Choose ( EllipticCurve curve ) : HashAlgorithm

Chooses a hashing algorithm.

Hashing algorithm is determined according to the curve size as described in RFC5656.

Method Details

Choose() public static method

Chooses a hashing algorithm.
Hashing algorithm is determined according to the curve size as described in RFC5656.
public static Choose ( EllipticCurve curve ) : HashAlgorithm
curve EllipticCurve elliptic curve
return System.Security.Cryptography.HashAlgorithm