aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc/src/using_public_key.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-05-07 14:09:35 +0200
committerIngela Anderton Andin <[email protected]>2015-05-07 15:50:57 +0200
commit631489eb5f989f06de993004ae6db58f07465ccb (patch)
tree87be163b0611556872e6ebf01564e9e6dd29c964 /lib/public_key/doc/src/using_public_key.xml
parentfafd888770d16d2a3962210c04a0b341311a13c8 (diff)
downloadotp-631489eb5f989f06de993004ae6db58f07465ccb.tar.gz
otp-631489eb5f989f06de993004ae6db58f07465ccb.tar.bz2
otp-631489eb5f989f06de993004ae6db58f07465ccb.zip
public_key: Add clarifications
Diffstat (limited to 'lib/public_key/doc/src/using_public_key.xml')
-rw-r--r--lib/public_key/doc/src/using_public_key.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index 41a81b6dea..03e4bedf3d 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -381,7 +381,9 @@ Msg = public_key:decrypt_public(RsaEncrypted, PublicKey),</code>
Msg = public_key:decrypt_private(RsaEncrypted, PrivateKey),</code>
<note><p>You normally do only one of the encrypt or decrypt operations,
- and the peer does the other.</p></note>
+ and the peer does the other. This normaly used in legacy applications
+ as a primitive digital signature.
+ </p></note>
</section>