Improve package docs.

This commit is contained in:
Coda Hale 2013-12-16 11:50:11 -08:00
parent 0ef4a7eac3
commit 65cab4152e

View file

@ -1,5 +1,5 @@
/* /*
Package rfc6979 is an implementation of RFC 6979's deterministic DSA: Package rfc6979 is an implementation of RFC 6979's deterministic DSA.
Such signatures are compatible with standard Digital Signature Algorithm Such signatures are compatible with standard Digital Signature Algorithm
(DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital
@ -9,9 +9,9 @@ Package rfc6979 is an implementation of RFC 6979's deterministic DSA:
can be more easily implemented in various environments, since they do not can be more easily implemented in various environments, since they do not
need access to a source of high-quality randomness. need access to a source of high-quality randomness.
Provides functions similar to crypto/dsa and crypto/ecdsa. (https://tools.ietf.org/html/rfc6979)
See https://tools.ietf.org/html/rfc6979 for technical details. Provides functions similar to crypto/dsa and crypto/ecdsa.
*/ */
package rfc6979 package rfc6979