From d20999113a2ec57e6130aa264d818612af4283a2 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 19 Apr 2022 11:22:43 +0300 Subject: [PATCH] [#190] crypto/ecdsa: Actualize package docs Signed-off-by: Leonard Lyubich --- crypto/ecdsa/doc.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/ecdsa/doc.go b/crypto/ecdsa/doc.go index 1cdc9da..c2fccc5 100644 --- a/crypto/ecdsa/doc.go +++ b/crypto/ecdsa/doc.go @@ -1,7 +1,9 @@ /* Package neofsecdsa collects ECDSA primitives for NeoFS cryptography. -Signer and PublicKey provide corresponding interfaces from neofscrypto package. +Signer and PublicKey support ECDSA signature algorithm with SHA-512 hashing. +SignerRFC6979 and PublicKeyRFC6979 implement signature algorithm described in RFC 6979. +All these types provide corresponding interfaces from neofscrypto package. Package import causes registration of next signature schemes via neofscrypto.RegisterScheme: - neofscrypto.ECDSA_SHA512