1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
%% Automatically generated. Do not edit.
{srcfile, "refman"}.
{appname, "crypto"}.
{appvsn, "1.5"}.
{app, "crypto_app"}.
{appsummary, "The Crypto Application"}.
{module, "crypto"}.
{modulesummary, "Crypto Functions"}.
{name, "start/0"}.
{fsummary, "Start the crypto server."}.
{name, "stop/0"}.
{fsummary, "Stop the crypto server."}.
{name, "info/0"}.
{fsummary, "Provide a list of available crypto functions."}.
{name, "md5/1"}.
{fsummary, "Compute an MD5 message digest from Data"}.
{name, "md5_init/0"}.
{fsummary, "Creates an MD5 context"}.
{name, "md5_update/2"}.
{fsummary, "Update an MD5 Context with Data, and return a NewContext"}.
{name, "md5_final/1"}.
{fsummary, "Finish the update of an MD5 Context and return the computed MD5 message digest"}.
{name, "sha/1"}.
{fsummary, "Compute an SHA message digest from Data "}.
{name, "sha_init/0"}.
{fsummary, "Create an SHA context"}.
{name, "sha_update/2"}.
{fsummary, "Update an SHA context"}.
{name, "sha_final/1"}.
{fsummary, "Finish the update of an SHA context"}.
{name, "md5_mac/2"}.
{fsummary, "Compute an MD5 MAC message authentification code "}.
{name, "md5_mac_96/2"}.
{fsummary, "Compute an MD5 MAC message authentification code "}.
{name, "sha_mac/2"}.
{fsummary, "Compute an MD5 MAC message authentification code "}.
{name, "sha_mac_96/2"}.
{fsummary, "Compute an MD5 MAC message authentification code "}.
{name, "des_cbc_encrypt/3"}.
{fsummary, "Encrypt Text according to DES in CBC mode"}.
{name, "des_cbc_decrypt/3"}.
{fsummary, "Decrypt Cipher according to DES in CBC mode"}.
{name, "des3_cbc_encrypt/5"}.
{fsummary, "Encrypt Text according to DES3 in CBC mode"}.
{name, "des3_cbc_decrypt/5"}.
{fsummary, "Decrypt Cipher according to DES in CBC mode"}.
{name, "aes_cfb_128_encrypt/3"}.
{name, "aes_cbc_128_encrypt/3"}.
{fsummary, "Encrypt Text according to AES in Cipher Feedback mode or Cipher Block Chaining mode"}.
{name, "aes_cfb_128_decrypt/3"}.
{name, "aes_cbc_128_decrypt/3"}.
{fsummary, "Decrypt Cipher according to AES in Cipher Feedback mode or Cipher Block Chaining mode"}.
{name, "erlint/1"}.
{name, "mpint/1"}.
{fsummary, "Convert between binary multi-precision integer and erlang big integer"}.
{name, "rand_bytes/1"}.
{fsummary, " Generate a binary of random bytes"}.
{name, "rand_uniform/2"}.
{fsummary, "Generate a random number"}.
{name, "mod_exp/3"}.
{fsummary, "Perform N ^ P mod M"}.
{name, "rsa_verify/3"}.
{fsummary, "Verify the digest and signature using rsa with given public key."}.
{name, "dss_verify/3"}.
{fsummary, "Verify the digest and signature using rsa with given public key."}.
|