1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-25 16:28:15 +00:00
codecrypt/src
2014-08-16 15:27:36 +02:00
..
actions.cpp prevent mangling user output by crafted keyring 2014-08-16 15:27:36 +02:00
actions.h symmetric encryption working 2014-04-06 13:46:04 +02:00
algo_suite.cpp new encryption algos with xsynd/chacha20 2014-04-09 16:14:31 +02:00
algo_suite.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
algorithm.h algorithm: remove identification 2013-05-03 14:42:58 +02:00
algos_enc.cpp new encryption algos with xsynd/chacha20 2014-04-09 16:14:31 +02:00
algos_enc.h new encryption algos with xsynd/chacha20 2014-04-09 16:14:31 +02:00
algos_sig.cpp algos_sig: macro-squash 2014-04-09 16:01:37 +02:00
algos_sig.h algos_sig: macro-squash 2014-04-09 16:01:37 +02:00
arcfour.h fmtseq: remove internal rc4 usage, use chacha20 2014-04-05 14:04:08 +02:00
base64.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
base64.h base64: encoding 2013-01-11 12:31:57 +01:00
bvector.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
bvector.h bvector: massive ranking/unranking speedup 2013-05-18 09:08:24 +02:00
chacha.cpp chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
chacha.h chacha: forgotten public 2014-04-01 11:04:49 +02:00
cube_hash.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
cubehash_impl.h cubehash: some basic optimization 2013-09-30 07:21:36 +02:00
decoding.cpp algos_enc: make timing&sidechannel attacks harder 2014-04-05 13:04:29 +02:00
decoding.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
envelope.cpp actions: be helpful on missing ascii-armor option 2014-01-24 10:30:13 +01:00
envelope.h actions: be helpful on missing ascii-armor option 2014-01-24 10:30:13 +01:00
factoryof.h named collections for hashes and stream ciphers 2014-04-05 23:45:01 +02:00
fmtseq.cpp fmtseq: remove internal rc4 usage, use chacha20 2014-04-05 14:04:08 +02:00
fmtseq.h fmtseq: remove internal rc4 usage, use chacha20 2014-04-05 14:04:08 +02:00
generator.cpp generator: remove rc4 usage, some cleaning 2014-04-05 11:36:50 +02:00
generator.h generator: remove rc4 usage, some cleaning 2014-04-05 11:36:50 +02:00
gf2m.cpp gf2m: lowlevel speedups 2013-05-18 10:51:47 +02:00
gf2m.h mce_qd: faster alternant check matrix computation 2014-02-08 09:48:10 +01:00
hash.cpp hash: correctly accept HAVE_CRYPTOPP 2014-04-06 14:53:47 +02:00
hash.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
hashfile.cpp chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
hashfile.h hashfile: integrate into actions 2014-03-10 11:20:43 +01:00
iohelpers.cpp iohelpers: templatize read_all_input 2014-03-07 08:27:23 +01:00
iohelpers.h iohelpers: templatize read_all_input 2014-03-07 08:27:23 +01:00
ios.cpp std namespace cleaning 2013-06-21 20:35:59 +02:00
ios.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
keyring.cpp keyring: remove obsolete code 2014-02-02 17:18:12 +01:00
keyring.h keyring: do backups and save some writes 2014-01-25 17:27:02 +01:00
main.cpp symmetric encryption working 2014-04-06 13:46:04 +02:00
matrix.cpp permutation: avoid needlessly precomputed hpermInv 2014-02-02 17:18:48 +01:00
matrix.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
mce_qd.cpp algos_enc: make timing&sidechannel attacks harder 2014-04-05 13:04:29 +02:00
mce_qd.h mce_qd: compute check matrix on the fly 2013-05-18 10:52:57 +02:00
mce.cpp permutation: avoid needlessly precomputed hpermInv 2014-02-02 17:18:48 +01:00
mce.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
message.cpp keyring: keys also contain algorithm identifier 2013-04-21 00:04:16 +02:00
message.h message implementation 2013-01-08 00:13:19 +01:00
nd.cpp get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
nd.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
permutation.cpp get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
permutation.h permutation: avoid needlessly precomputed hpermInv 2014-02-02 17:18:48 +01:00
polynomial.cpp gf2m: save some log lookups with combined ops 2014-02-02 17:47:15 +01:00
polynomial.h std namespace cleaning 2013-06-21 20:35:59 +02:00
prng.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
qd_utils.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
qd_utils.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
rmd_hash.h hash: cryptopp templatized, added hash_procs 2014-03-10 14:54:36 +01:00
sc.cpp chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
sc.h named collections for hashes and stream ciphers 2014-04-05 23:45:01 +02:00
sencode.cpp sencode: add integer size limits 2013-07-26 09:54:55 +02:00
sencode.h fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
serialization.cpp chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
sha_hash.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
str_match.cpp chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
str_match.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
symkey.cpp symkey: simplify padding 2014-04-19 22:09:44 +02:00
symkey.h chacha: fix 2 funny oneliners 2014-04-06 13:37:26 +02:00
tiger_hash.h hash: cryptopp templatized, added hash_procs 2014-03-10 14:54:36 +01:00
types.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
vector_item.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
xsynd.cpp xsynd: new stream cipher 2014-04-02 10:49:55 +02:00
xsynd.h xsynd: new stream cipher 2014-04-02 10:49:55 +02:00