crypto-algorithms.c

Basic implementations of standard cryptography algorithms, like AES and SHA-1
git clone git://git.finwo.net/lib/crypto-algorithms.c
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2026-01-10 21:31Merge pull request #21: sha256: Use standard types uint8_t / uint32_t so types doesn't have to be adjusted manuallyfinwo1+3-2
2026-01-10 21:25Merge remote-tracking branch 'rigidus/patch-1'finwo1+1-1
2026-01-10 21:15Remove unused variable in base64.cfinwo1+0-1
2026-01-10 21:14Fix typo in des.h header guardfinwo1+1-1
2020-12-28 06:37Fix title comment filenameRigidus1+1-1
2018-05-17 09:34sha256: Use standard types uint8_t / uint32_t so types doesn't have to be adjusted manuallyDaniel Marjamäki1+3-2
2015-04-27 03:50Fixed typo in log string.Brad Conte1+1-1
2015-04-27 03:18Added clarifying comment in ARCFOUR.Brad Conte1+2-0
2015-04-27 03:14Add an AES CBC decryption function for completeness.Brad Conte2+40-8
2012-09-13 07:25Added a basic README description.Brad Conte1+15-2
2012-09-13 07:04Added the existing implementations to the new repository.Brad Conte30+3639-0
2012-09-13 07:02Initial commitBrad Conte1+5-0