C# 클래스 Granados.PKI.ECDSAHashAlgorithmChooser

A utility class for choosing hashing algorithm for ECDSA.
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
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