]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt: Move documentation to crypt.h.
authorAndre Noll <maan@systemlinux.org>
Fri, 11 Mar 2011 22:55:01 +0000 (23:55 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 6 Jul 2011 06:41:25 +0000 (08:41 +0200)
commit96bd269d26af317ba985ad7eec7f75dec5d76bd7
tree9f1099da4edc33dab565e09fa9fc84e38174fafa
parente3272a316d113dd9c0c6f01f3087ab14f945e76b
crypt: Move documentation to crypt.h.

Since we will have two implementations soon, the documentation of
the public API should go to the common header.

Also fix the documentation of pub_encrypt(): The size of
the input buffer is never enough. 512 always suffices.
crypt.c
crypt.h
crypt_common.c