diff options
author | Lukas Larsson <[email protected]> | 2011-07-21 14:21:08 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-07-21 14:21:08 +0200 |
commit | fca6762375a70aa5d28782c5dd42a16f8e26aabc (patch) | |
tree | 1fc881f96b7602219cace7958292bbc32709e63f /lib/public_key/doc | |
parent | 5389be3dee15c677412e54968c8e71713f43f6b6 (diff) | |
download | otp-fca6762375a70aa5d28782c5dd42a16f8e26aabc.tar.gz otp-fca6762375a70aa5d28782c5dd42a16f8e26aabc.tar.bz2 otp-fca6762375a70aa5d28782c5dd42a16f8e26aabc.zip |
Both encode and decode nifs are now available in the asn1rt
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r-- | lib/public_key/doc/src/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public_key/doc/src/introduction.xml b/lib/public_key/doc/src/introduction.xml index 1f18ae7e89..a21fcf3576 100644 --- a/lib/public_key/doc/src/introduction.xml +++ b/lib/public_key/doc/src/introduction.xml @@ -50,10 +50,10 @@ <section> <title>Performance tips</title> - <p>The public_key decode functions will try to use the nifs which are in - the asn1 compilers runtime modules if they can be found. So for the best - performance you want to have the asn1 application in the path of - your system. </p> + <p>The public_key decode and encode functions will try to use the nifs + which are in the asn1 compilers runtime modules if they can be found. + So for the best performance you want to have the asn1 application in the + path of your system. </p> </section> </chapter> |