summaryrefslogtreecommitdiff
path: root/libavutil/sha.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2009-07-17 04:30:06 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2009-07-17 04:30:06 +0000
commitaa5a99ae0c77d95809bf24a724e077fa19d47cbb (patch)
tree3dc93ff761d6c77f9b716b2f39d7c68251dad4af /libavutil/sha.h
parent6bb17c515526f73f01cec8ff9ad2a55de574687a (diff)
Add SHA-2 hashing
Originally committed as revision 19449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/sha.h')
-rw-r--r--libavutil/sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/sha.h b/libavutil/sha.h
index 1b08b42809..5a20230a37 100644
--- a/libavutil/sha.h
+++ b/libavutil/sha.h
@@ -28,7 +28,7 @@ extern const int av_sha_size;
struct AVSHA;
/**
- * Initializes SHA-1 hashing.
+ * Initializes SHA-1 or SHA-2 hashing.
*
* @param context pointer to the function context (of size av_sha_size)
* @param bits number of bits in digest (SHA-1 - 160 bits, SHA-2 224 or 256 bits)