summaryrefslogtreecommitdiff
path: root/crypto_desc.c
Commit message (Collapse)AuthorAgeFilesLines
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-301-3/+4
| | | | | | SHA256 is always compiled and only enable SHA1 when needed. Fingerprints are always SHA256: base64 format, md5 and sha1 are removed. dbrandom now uses sha256 its hash function.
* Remove twofish and remnants of blowfishMatt Johnston2022-03-301-6/+0
| | | | | Twofish CTR was never enabled by default and CBC modes are deprecated
* Use Dropbear's random source rather than libtommath's platformMatt Johnston2020-10-191-0/+9
|
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-11/+11
|
* Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-091-0/+2
| | | | | | system libtomcrypt) A bit of progress with ecdsa code
* start on ecdsa keysMatt Johnston2013-04-091-0/+73