summaryrefslogtreecommitdiff
path: root/cipher/seed.c
Commit message (Expand)AuthorAgeFilesLines
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-041-1/+1
* cipher-proto: remove forward typedef of cipher_bulk_ops_tJussi Kivilinna2021-01-261-0/+1
* cipher: setup bulk functions at each algorithms key setupJussi Kivilinna2020-09-271-2/+2
* Pass cipher object pointer to setkey functionsJussi Kivilinna2018-06-191-3/+4
* cipher: Simplify the cipher dispatcher cipher.c.Werner Koch2013-10-011-0/+1
* Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna2013-09-211-6/+3
* Move stack burning from block ciphers to cipher modesJussi Kivilinna2013-09-041-4/+4
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-3/+3
* Added SEED cipherWerner Koch2006-08-291-0/+478