shithub: mc

RSS feed

d159e8c6 – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/15 15:50
Add first tested RSA implementation.

057c6636 – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/15 14:37
Add big-endian constructor for ctbig.

8e12e317 – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/15 14:09
Misc fixes to ctbig.

f3742c89 – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/07 21:47
Remove dead code/comments.

85e3adbc – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/07 21:45
Add a nontrivial modpow test.

32fd9ebd – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/07 21:45
Make constant time ints package local.

c80d62a2 – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/07 21:17
Add support for `-T` option to compile in test mode.

f9f93d1e – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/07 20:59
Constant time modpow.

185f780a – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/04/05 09:48
Ensure that we initialize the environment fully.

814c5bcd – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/31 15:19
Clip top of ints.

7ed35649 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 20:52
Fix tests on 9front.

8703e529 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 20:00
Comment out unused tests (oops)

3e94feff – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 19:59
Add mising file to build list.

473ce973 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 21:53
Add constant time bigint ops.

731dd885 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/29 09:42
Remove suprious free. We don't want to mutate the targets.

c5cc1b17 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 14:23
Allow 'make release' to override version.

ed04d47b – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 11:20
Fix typos in build.

fb0c459a – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 07:34
Improve comments on the regex interpreter.

654eb21d – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 07:09
Improve commenting.

c19f9bc2 – Ori Bernstein <ori@deb.here> authored on 2018/03/24 21:13
Make output buffers bigger.

375f3f20 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 20:11
Clean up setenv a bit.

8da5ac5a – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 19:45
Clean up and remove edge cases in strfind.

56c70bd6 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 19:13
Handle subtests correctly.

34a0fe0d – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 18:49
Handle zero length needles.

b39e8ca0 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 18:35
Improve test runner test filtering.

17cb502c – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 14:00
Add support for OpenBSD's MAP_STACK mmap flags, use it in libthread

530c197b – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/23 20:04
Add OpenBSD 6.3 system call support.

60964cf8 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/22 20:24
Fix the cpufeatures... er... features on plan 9.

a94f75ac – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/22 20:24
Fix the cpufeatures... er... features on plan 9.

65c3b339 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/03/13 01:07
Allow CPU feature detection by mbld, and add "sse4" tag

40503a54 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/20 16:10
Add -T to use *only* the passed sytem tags.

22f8aa50 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/03/20 12:22
Allow intfmt to handle uint64s with {p=0,w=64,b=2}

b0f3b09f – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/03/19 12:57
Check both digits for < Kmin

16ed56af – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/17 07:36
Add benchmark for bigint multiplication.

f127b825 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/16 21:26
Implement karatsuba multiplication.

dc9fbed2 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/14 08:43
Add incomplete constant time bigint code.

038b1d6b – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/13 10:35
Fix extra parens.

1b564b2e – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/12 14:57
Reinit nexttid on every run.

755433e9 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/11 20:02
Bump ABI retroactively.

bd5cf678 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/11 20:02
Add constant time 'min()' and 'max()'

dda65708 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/10 16:24
Be a bit more paranoid about memory corruption.

dcd6fad7 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/10 14:19
Don't overallocate.

dbf04d05 – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/10 13:16
Clean up readinto.

e65d5c40 – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/09 07:37
Remove accidentally committed cruft.