1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 09:18:16 +00:00
codecrypt/src
2013-09-12 13:16:57 +02:00
..
actions.cpp actions: handle possible keyring saving failures 2013-09-12 13:16:57 +02:00
actions.h actions: signing 2013-04-22 09:23:47 +02:00
algo_suite.cpp algos_sig: added H=20 fmtseq variant 2013-05-25 19:19:22 +02:00
algo_suite.h algo_suite: definition moved to a better place 2013-04-20 14:02:19 +02:00
algorithm.h algorithm: remove identification 2013-05-03 14:42:58 +02:00
algos_enc.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
algos_enc.h algos_enc: mceqd192 variant to match fmtseq192 2013-05-01 16:44:31 +02:00
algos_sig.cpp algos_sig: added H=20 fmtseq variant 2013-05-25 19:19:22 +02:00
algos_sig.h algos_sig: added H=20 fmtseq variant 2013-05-25 19:19:22 +02:00
arcfour.h fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +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
decoding.cpp restructuralization 2012-12-22 14:09:19 +01:00
decoding.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
envelope.cpp envelope: correctly return parsed envelope type 2013-04-20 10:30:22 +02:00
envelope.h envelope: impl 2013-04-17 17:14:08 +02:00
fmtseq.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
fmtseq.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
generator.cpp std namespace cleaning 2013-06-21 20:35:59 +02:00
generator.h generator: getting really cosmetic 2013-04-21 09:59:55 +02:00
gf2m.cpp gf2m: lowlevel speedups 2013-05-18 10:51:47 +02:00
gf2m.h gf2m: lowlevel speedups 2013-05-18 10:51:47 +02:00
hash.h fmtseq: working (tbd: tree cache updates) 2012-12-27 19:49:21 +01:00
iohelpers.cpp actions: verification 2013-04-22 12:30:21 +02:00
iohelpers.h actions: verification 2013-04-22 12:30:21 +02: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: better open/close behavior 2013-09-12 12:18:17 +02:00
keyring.h keyring: squash opening and loading into one func 2013-09-12 12:14:58 +02:00
main.cpp actions: better keyring opening behavior 2013-09-12 12:41:54 +02:00
matrix.cpp remove some uninteresting comments 2013-04-15 15:59:45 +02:00
matrix.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
mce_qd.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02:00
mce_qd.h mce_qd: compute check matrix on the fly 2013-05-18 10:52:57 +02:00
mce.cpp get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +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 header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
polynomial.cpp fix CXXFLAGS="-Wall" warnings 2013-07-23 15:58:02 +02: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
ripemd128.c some lib/header/autotools cleaning 2013-04-20 13:47:41 +02:00
ripemd128.h style modifications because of newer astyle 2013-09-12 12:15:21 +02:00
rmd_hash.h header file ifndefs share common prefix 2013-04-17 08:52:22 +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 serialization: signed/encrypted messages 2013-04-21 00:31:40 +02:00
sha_hash.h sha_hash: also wrapped sha384 2013-05-01 15:49:40 +02:00
sha2.c forgotten styleup 2013-05-25 19:27:49 +02:00
sha2.h style modifications because of newer astyle 2013-09-12 12:15:21 +02:00
str_match.cpp actions: list secrets 2013-04-21 10:52:02 +02:00
str_match.h actions: list secrets 2013-04-21 10:52:02 +02:00
tiger_hash.h tiger: added tiger192 hash func 2013-05-01 16:11:45 +02:00
tiger.c tiger: added tiger192 hash func 2013-05-01 16:11:45 +02:00
tiger.h style modifications because of newer astyle 2013-09-12 12:15:21 +02: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