From 0c692262d9be40ba1d2565ee5f663c70e9c630b1 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Mon, 20 Aug 2012 15:30:18 +0200 Subject: public_key: Fix documentation typo dsa -> dss --- lib/public_key/doc/src/public_key.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/public_key/doc/src/public_key.xml') diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 2d455e4e15..5c227557f2 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -400,10 +400,10 @@ The msg is either the binary "plain text" data to be signed or it is the hashed value of "plain text" i.e. the digest. - DigestType = rsa_digest_type() | dsa_digest_type() + DigestType = rsa_digest_type() | dss_digest_type() Key = rsa_private_key() | dsa_private_key() - - + +

Creates a digital signature.

@@ -464,7 +464,7 @@ Msg = binary() | {digest,binary()} The msg is either the binary "plain text" data or it is the hashed value of "plain text" i.e. the digest. - DigestType = rsa_digest_type() | dsa_digest_type() + DigestType = rsa_digest_type() | dss_digest_type() Signature = binary() Key = rsa_public_key() | dsa_public_key() -- cgit v1.2.3