-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
69 lines (63 loc) · 865 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*~
*.o
*.lo
*.pyc
*.pyo
.#*
\#*
*.dSYM
*.gcov
*.gcda
*.gcno
*.hi
*.swp
test*.log
test*.trs
.libs
.deps
.dirstamp
stamp-h1
stamp-h2
/autom4te.cache
/compile
/config.log
/config.status
/config.guess
/config.sub
/configure
/depcomp
/Makefile
/Makefile.in
/aclocal.m4
/install-sh
/libtool
/ltmain.sh
/missing
/test-driver
/libottery.la
/libottery.a
/libottery.pc
/libchacha-simd1.la
/libchacha-simd2.la
/ottery-*.tar.gz
/doxygen
/src/ottery-config.h
/src/ottery-config.h.in
/src/ottery_version.h
/test/fake_egd
/test/test_egd
/test/test_spec
/test/test_spec.output
/test/test_vectors
/test/test_vectors.expected
/test/test_vectors.actual
/test/test_vectors.actual-midrange
/test/test_vectors.actual-nosimd
/test/bench_rng
/test/dump_bytes
/test/test_stateful
/test/test_memclear
/test/test_shallow
/test/test_deep
/test/hs/test_ottery
/test/hs/test_ottery.output