diff options
author | Andreas Schultz <[email protected]> | 2013-02-19 17:36:57 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-04-03 15:22:20 +0200 |
commit | 71f8eb83a9088ebedc2b557ae7f86b3db71d1a13 (patch) | |
tree | 4c49dc20f6b2425a447bad1d38ccf76e75bf207a /lib/crypto/doc/src | |
parent | 5ddcb614a0a96a54ed1a7aa3cba3356b85021096 (diff) | |
download | otp-71f8eb83a9088ebedc2b557ae7f86b3db71d1a13.tar.gz otp-71f8eb83a9088ebedc2b557ae7f86b3db71d1a13.tar.bz2 otp-71f8eb83a9088ebedc2b557ae7f86b3db71d1a13.zip |
CRYPTO: add algorithms/0 function that returns a list off compiled in crypto algorithms
add algorithms/0 function that returns a list off compiled in crypto algorithms
and make tests suites with SHA226, SHA256, SHA384 and SHA512 conditional based
on that
Diffstat (limited to 'lib/crypto/doc/src')
-rwxr-xr-x | lib/crypto/doc/src/crypto.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index d4224e773c..e27cc486ec 100755 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -99,6 +99,14 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> </desc> </func> <func> + <name>algorithms() -> [atom()]</name> + <fsummary>Provide a list of available crypto algorithms.</fsummary> + <desc> + <p>Provides the available crypto algorithms in terms of a list + of atoms.</p> + </desc> + </func> + <func> <name>info_lib() -> [{Name,VerNum,VerStr}]</name> <fsummary>Provides information about the libraries used by crypto.</fsummary> <type> |