X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Fcrypto%2Fapi-intro.txt;h=9b84b805ab759114fc1b7ccb9d1bd5af3ecfefb0;hb=7e40f2ab0a7e36706ee78b78b3792f08f208cd44;hp=5a03a2801d676f4308566b4384b6264a9b6cebc4;hpb=2ee8099f2c2bc74a7c2fac7f83e12a5d651681d3;p=powerpc.git diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index 5a03a2801d..9b84b805ab 100644 --- a/Documentation/crypto/api-intro.txt +++ b/Documentation/crypto/api-intro.txt @@ -60,7 +60,7 @@ Here's an example of how to use the API: desc.tfm = tfm; desc.flags = 0; - if (crypto_hash_digest(&desc, &sg, 2, result)) + if (crypto_hash_digest(&desc, sg, 2, result)) fail(); crypto_free_hash(tfm); @@ -193,6 +193,7 @@ Original developers of the crypto algorithms: Kartikey Mahendra Bhatt (CAST6) Jon Oberheide (ARC4) Jouni Malinen (Michael MIC) + NTT(Nippon Telegraph and Telephone Corporation) (Camellia) SHA1 algorithm contributors: Jean-Francois Dive @@ -246,6 +247,9 @@ Tiger algorithm contributors: VIA PadLock contributors: Michal Ludvig +Camellia algorithm contributors: + NTT(Nippon Telegraph and Telephone Corporation) (Camellia) + Generic scatterwalk code by Adam J. Richter Please send any credits updates or corrections to: