1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-28 18:03:36 +00:00
codecrypt/src
2013-04-21 10:32:24 +02:00
..
actions.cpp actions: gen_key 2013-04-21 10:00:51 +02:00
actions.h main: links to actions 2013-04-20 22:39:51 +02:00
algo_suite.cpp algo_suite: register all algorithms and enjoy them 2013-04-20 09:58:12 +02:00
algo_suite.h algo_suite: definition moved to a better place 2013-04-20 14:02:19 +02:00
algorithm.h algo_suite: definition moved to a better place 2013-04-20 14:02:19 +02:00
algos_enc.cpp algos_enc: works 2013-01-26 22:55:56 +01:00
algos_enc.h algos_enc: work, fujisaki-okamoto encryption 2013-01-17 16:31:34 +01:00
algos_sig.cpp algos_sig: missing positive returns 2013-04-21 10:00:20 +02:00
algos_sig.h algos_sig: complete 2013-01-27 15:02:54 +01:00
arcfour.h arcfour: small speedup 2012-12-25 21:32:15 +01:00
base64.cpp base64: decoding 2013-01-13 23:27:07 +01:00
base64.h base64: encoding 2013-01-11 12:31:57 +01:00
bvector.cpp bvector: much faster unranking 2013-01-26 23:48:06 +01:00
bvector.h header file ifndefs share common prefix 2013-04-17 08:52:22 +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 remove some uninteresting comments 2013-04-15 15:59:45 +02:00
fmtseq.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
generator.cpp rc4-based random number generator with seeding 2012-12-29 19:40:14 +01:00
generator.h generator: getting really cosmetic 2013-04-21 09:59:55 +02:00
gf2m.cpp get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
gf2m.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
hash.h fmtseq: working (tbd: tree cache updates) 2012-12-27 19:49:21 +01:00
iohelpers.cpp iohelpers and output redirection 2013-04-20 23:08:09 +02:00
iohelpers.h iohelpers and output redirection 2013-04-20 23:08:09 +02:00
ios.cpp get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
ios.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
keyring.cpp keyring: keys also contain algorithm identifier 2013-04-21 00:04:16 +02:00
keyring.h keyring: keys also contain algorithm identifier 2013-04-21 00:04:16 +02:00
main.cpp actions: gen_key 2013-04-21 10:00:51 +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 mce_qd: better parameter selection + fwht speed 2013-01-01 19:50:53 +01:00
mce_qd.h header file ifndefs share common prefix 2013-04-17 08:52:22 +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 get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
polynomial.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
prng.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
qd_utils.cpp mce_qd: better parameter selection + fwht speed 2013-01-01 19:50:53 +01: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 some lib/header/autotools cleaning 2013-04-20 13:47:41 +02:00
rmd_hash.h header file ifndefs share common prefix 2013-04-17 08:52:22 +02:00
sencode.cpp sencode: string length integer bijectivity 2013-04-21 00:11:43 +02:00
sencode.h sencode: a little better format of decode 2013-04-20 10:09:11 +02:00
serialization.cpp serialization: signed/encrypted messages 2013-04-21 00:31:40 +02:00
sha_hash.h some lib/header/autotools cleaning 2013-04-20 13:47:41 +02:00
sha2.c get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
sha2.h get rid of the ugly global codecrypt.h 2012-12-25 14:39:39 +01:00
str_match.cpp str_match: keyspec matching 2013-04-21 10:32:24 +02:00
str_match.h str_match: keyspec matching 2013-04-21 10:32:24 +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