shithub: mc

RSS feed

37ba2ec8 – S. Gilles <sgilles@math.umd.edu> authored on 2018/05/03 16:14
Finish expm1 using scale2.

bf035b68 – S. Gilles <sgilles@math.umd.edu> authored on 2018/05/03 07:13
Implment scale2.

0dd6c9d5 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/20 10:33
Implement most of expm1. Errors in huge numbers.

e406ac08 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/19 16:59
Put _s in the right spot in ASM files.

bc7052e0 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/19 06:51
Test exp.

0f4c2a5b – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/19 06:43
Subnormalize special-case floats in fltXYassem.

96907bd2 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/17 19:13
Implement exp.

8092374b – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/17 17:59
Implement Horner's Scheme for polynomial evaluation.

d25b147c – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/17 15:38
Boilerplate FP control word code for ASM round.

cbdb7d93 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/17 13:52
Explicitly type some variables.

8c252ab9 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/18 04:31
Add round-to-nearest-integer.

9aabbe57 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/18 04:30
Merge remote-tracking branch 'ori/master' into HEAD

3d71446e – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/17 18:28
Don't mutate the traits on builtin types.

35b4358b – Ori Bernstein <ori@markovcorp.com> authored on 2018/04/17 10:22
Remove stray ',' from error message.

b433062c – Ori Bernstein <ori@markovcorp.com> authored on 2018/04/17 10:18
Merge trait specs if provided.

abe1191c – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/16 19:09
Add missing libcrypto dependency

4bc1493f – Ori Bernstein <ori@eigenstate.org> authored on 2018/04/15 18:41
Add support for ragged RSA numbers.

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.

4acd9ee5 – S. Gilles <sgilles@math.umd.edu> authored on 2018/04/12 23:08
Break out some fpmath functions to utililty file.

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.

55f8d064 – S. Gilles <sgilles@math.umd.edu> authored on 2018/03/28 20:37
Implement sqrt in asm.

959b4737 – S. Gilles <sgilles@math.umd.edu> authored on 2018/03/25 18:18
Implement sqrt.

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.

1d765410 – S. Gilles <sgilles@math.umd.edu> authored on 2018/03/24 19:17
Fix fma32 off-by-ones.

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