Commit Graph

14 Commits

Author SHA1 Message Date
0f12e8a87c block: remove blowfish stubs
They appear to be copied directly for a source of unknown origin, and
are dead code as it stands. Reimplement if required.
2018-12-02 14:25:43 +11:00
5509999f44 block: use src _and_ dest views for encyption/decryption 2018-12-02 14:20:16 +11:00
38e8aa70d6 block: update block concept to take a data view 2018-12-02 13:45:26 +11:00
f1d83c4f8f build: update pkg-config templates 2018-12-02 13:17:54 +11:00
22c2218421 pkg-config: fix copy-paste errors from libcruft-noise 2018-12-02 12:42:16 +11:00
eecf799753 rename util namespace to cruft 2018-08-05 14:51:17 +10:00
38888bcfeb add missing COPYING file 2018-08-04 15:26:23 +10:00
7a3b4e20bd relicense under the MPL-2.0 2018-08-04 15:18:16 +10:00
7efff8d87f README: make explicit the use of asciidoc 2018-06-05 17:12:20 +10:00
974f5a50e7 hash: use new view casting api 2018-06-01 15:59:01 +10:00
2b8b733bfd build: avoid cast and alignment warnings 2018-06-01 13:24:05 +10:00
623b65041c blake: fix test vectors 2018-01-23 17:24:45 +11:00
18b465ea67 add stubs for many primitives
Add stubs for,
* blowfish
* blake
* blake2
* md6
* pbkdf2
* ripemd
* chacha
* rabbit
* rc5
* rc6
* salsa
2018-01-22 19:51:16 +11:00
9fb5ff3136 initial import from libcruft-util 2018-01-14 17:17:34 +11:00