Andreas Rheinhardt
e7bd47e657
Remove obsolete version.h inclusions
...
These have mostly been added because of FF_API_*; yet when these were
removed, removing the header has been forgotten.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Andreas Rheinhardt
a240097ecd
avutil: Switch crypto APIs to size_t
...
Announced in e435beb1ea
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Anton Khirnov
800feae5d6
lavu: add missing stddef.h includes for size_t.
4 years ago
James Almer
8a8d0b319a
avutil/crypto: change length parameter to size_t on the remaining modules
...
See 651ee93461
fcc4ed1efa
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Timothy Gu
f29ffbc87d
avutil/hash: Add more detailed Doxygen documentation
8 years ago
Timothy Gu
19d7098c9e
avutil: Group hash functions separately in Doxygen
8 years ago
Nicolas George
b804eb4323
lavu/hash: add hash_final helpers.
...
The helpers use local memory to compute the final hash,
making AV_HASH_MAX_SIZE safe to use.
11 years ago
James Almer
b6249acae6
lavu/hash: Add support for SHA-2 512
...
Signed-off-by: James Almer <jamrial@gmail.com>
12 years ago
Reimar Döffinger
4c2b3f4738
Add AV_HASH_MAX_SIZE.
...
Makes it easier to use static allocation for the result buffer.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years ago
Reimar Döffinger
7d1d596817
Add a generic hash API.
...
Also use this API in framemd5.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years ago