Commit Graph

158 Commits

Author SHA1 Message Date
cathugger
bfd9d712c8
tweak 2019-03-16 13:51:16 +00:00
cathugger
7e2503039d
using -Werror is probably more robust there 2019-03-15 21:18:35 +00:00
cathugger
390e8ea9de
cleanups, make clang happy 2019-03-15 21:04:40 +00:00
cathugger
9ac54f6db3
tweak pass functionality control 2019-02-16 16:50:26 +00:00
cathugger
db303cf8f6
cleanup right side reseed 2019-02-15 20:58:26 +00:00
cathugger
226f047aef
yaml stuff won't care about deterministic pw stuff 2019-02-14 00:07:20 +00:00
cathugger
72b739cb03
reduce pwhash opslimit further (its slow af on my arm device) 2019-02-14 00:01:42 +00:00
cathugger
8a375604f1
remove excess tabs 2019-02-13 23:56:43 +00:00
cathugger
f0587c98c3
tweak passphrase code 2019-02-13 23:54:00 +00:00
cathugger
01b733a704
reduce password hash opslimit, tweaks 2019-02-13 23:35:36 +00:00
cathugger
33007eadea
reseed right half of sk in password case, some tweaks 2019-02-13 23:07:53 +00:00
cathugger
02137f7ed4
configure: allow configuring BATCHNUM 2019-02-13 21:02:06 +00:00
cathugger
0befa419b1
compile batch keygen by default 2019-01-27 20:32:25 +02:00
cathugger
0ec0f85446
finish wrapping ed25519-donna 2019-01-27 20:21:14 +02:00
cathugger
3406354480
ed25519-donna: batchpack maybe 2019-01-27 20:05:26 +02:00
cathugger
f48239bbd7
ed25519-donna: batch invert thing hopefully 2019-01-27 19:00:28 +02:00
cathugger
f6138d29c4
make depend 2019-01-20 02:27:43 +02:00
cathugger
417b7615f8
disable setting stack size, port batch pack to amd64-51-30k, set default batch num 2048 2019-01-20 02:15:58 +02:00
cathugger
9972a833a8
finish porting to amd64-64-24k 2019-01-20 01:29:02 +02:00
cathugger
596ebfc71a
2 stage batching 2019-01-20 01:04:48 +02:00
cathugger
8f248cbd14
add missing files, 2 stage batch pack 2019-01-20 00:52:33 +02:00
cathugger
f944bb64a2
some cleanups, port batch invert to amd64-64-24k 2019-01-19 22:40:15 +00:00
cathugger
354e777bb7
implement batched ref10 2019-01-19 16:44:35 +00:00
cathugger
b7a027f633
ref10: p3_batchtobytes 2019-01-19 15:45:25 +00:00
cathugger
ffb8498905
ref10: tweak things 2019-01-19 14:39:33 +00:00
cathugger
9139d302fb
optimize deterministic worker 2019-01-19 14:10:56 +00:00
cathugger
5bb3d0f821
ref10: batch invert maybe 2019-01-19 13:52:13 +00:00
cathugger
f89c2d778c
Merge pull request #19 from foobar2019/master
Add support for pass-phrase seed generation.
TODO: we probably should reseed right-side after every match
2019-01-18 19:21:27 +00:00
foobar
7cba4e5669 Destroy determseed mutex. 2019-01-18 20:07:54 +01:00
foobar
12b57ea4a2 Add support for pass-phrase seed generation. 2019-01-18 19:06:14 +01:00
cathugger
74a13ae5c0
clarify -t/-j arguments 2018-12-10 13:21:51 +00:00
cathugger
60eb4c06c7
README typo fix 2018-11-04 16:40:24 +00:00
cathugger
5069b28674
Merge pull request #14 from bmintz/patch-1
.gitattributes: make sure *.h *.c are detected as C
2018-10-29 18:56:25 +00:00
Ben Mintz
4e91c7dbf2
.gitattributes: make sure *.h *.c are detected as C 2018-10-28 22:43:51 -05:00
cathugger
abc08bc47b
small fixup, implement deduplication support
fixes potential binsearch+binfilter filters mis-ordering case.
implements optional filters deduplication except for regex filters.
adds -v flag for more verbose output.
2018-09-26 20:54:14 +03:00
cathugger
908d4957f6
uhhh... 2018-09-07 00:22:28 +03:00
cathugger
0d120efb67
do not bother with different exit codes 2018-09-07 00:21:48 +03:00
cathugger
b710adea5d
call sodium_init() 2018-08-24 21:31:57 +03:00
cathugger
e7ce68c245
clarify naming choice 2018-07-20 20:26:03 +00:00
cathugger
f696465e55
why did I remove this header? 2018-07-20 17:10:06 +00:00
cathugger
635c7a326a
add PGP key url 2018-07-19 22:50:14 +00:00
cathugger
34895c27cd naming 2018-07-12 13:22:07 +00:00
cathugger
ebe1d5b678 delet trailing whitespace 2018-07-12 13:05:53 +00:00
cathugger
cf5ac5f929 prevent possible buffer overflow 2018-07-12 12:58:42 +00:00
cathugger
8f1e08973d prevent termination during key write 2018-07-12 12:35:39 +00:00
cathugger
91f484cbc7 harden pseudo-YAML validation 2018-07-12 12:11:44 +00:00
cathugger
ee0257dc88 stronger base64 validation 2018-07-12 11:56:43 +00:00
cathugger
832ff7bdfb credit. 2018-07-09 19:44:25 +00:00
cathugger
7f3b15245b s/yaml/YAML/ 2018-07-09 17:26:43 +00:00
cathugger
fe266cac50
Merge pull request #11 from heios/master
pseudo-yaml output/processing functionality
2018-07-09 17:02:19 +00:00