C# Класс Granados.PKI.ECDSAHashAlgorithmChooser

A utility class for choosing hashing algorithm for ECDSA.
Показать файл Открыть проект

Открытые методы

Метод Описание
Choose ( EllipticCurve curve ) : HashAlgorithm

Chooses a hashing algorithm.

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

Описание методов

Choose() публичный статический Метод

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
Результат System.Security.Cryptography.HashAlgorithm