issues
search
niekbouman
/
ctbignum
Library for Multiprecision Compile-Time and Run-Time Arithmetic (including Modular Arithmetic)
Apache License 2.0
113
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using a bitshift with a shift larger than the limb bitwidth doesn't work
#55
aldogunsing-rl
opened
1 month ago
2
Don't require boost when it is not used
#54
autoantwort
closed
3 months ago
1
fix: fixed out of bounds access whem computing `bit_length` of 0
#53
nielsdevreede-rl
closed
1 year ago
0
SIGSTKSZ changed to be a syscall
#52
ilyas675
closed
1 year ago
1
Create codeql-analysis.yml
#51
Exkaleburix
opened
2 years ago
1
Compiling on Fedora 36: <stdexcept> needed
#50
meilofveeningen-rl
closed
2 years ago
1
Fix some -Wsign-compare warnings
#49
ErikP0
closed
2 years ago
0
Exposing limb type choice by introducing `_ZL` and `_ZLL`
#48
itzmeanjan
closed
2 years ago
4
Montgomery arithmetic doesn't seem to be constant-time
#47
mratsim
closed
4 years ago
2
Wrong value for mod_inv
#46
juanmera
closed
4 years ago
1
add _I means bignum and _Zq means ZqElement obj
#45
jiayuehua
closed
2 years ago
1
Microsoft Visual C++ (latest version)
#44
bitlush
opened
6 years ago
7
Add literal namespace
#43
niekbouman
closed
6 years ago
0
implement separation between fixed-size and expanding integers
#42
niekbouman
opened
6 years ago
0
implement optimized reduction for mersenne / NIST-like primes
#41
niekbouman
opened
6 years ago
0
implement natural syntax for integer_sequences
#40
niekbouman
opened
6 years ago
0
Additional Benchmark comparison
#39
apmccartney
opened
6 years ago
1
Addition of division by invariant integer
#38
niekbouman
closed
6 years ago
0
Add begin() and end() to big_int
#37
niekbouman
closed
6 years ago
0
io.hpp now includes <ostream> instead of <iostream>
#36
niekbouman
closed
6 years ago
0
io.hpp should only include <ostream> instead of <iostream>
#35
PeterSommerlad
closed
6 years ago
1
Fixed macro for always_inline
#34
niekbouman
closed
6 years ago
0
another header update
#33
niekbouman
closed
6 years ago
0
update headers
#32
niekbouman
closed
6 years ago
0
always inline is now a macro CBN_ALWAYS_INLINE
#31
niekbouman
closed
6 years ago
0
changed header
#30
niekbouman
closed
6 years ago
3
Inline attribute should be configurable
#29
JohanEngelen
closed
6 years ago
1
Remove boost dep in Dockerfile
#28
JohanEngelen
closed
6 years ago
0
added project header to every file
#27
niekbouman
closed
6 years ago
0
new benchmark file stucture, added always_inline attribute to mul and montmul
#26
niekbouman
closed
6 years ago
0
fixed << operator for ZqElement
#25
niekbouman
closed
6 years ago
2
add AUTHORS file
#24
JohanEngelen
closed
6 years ago
1
Add text on how to refer / refer to publication
#23
JohanEngelen
closed
6 years ago
1
Add Dockerfile to build docker image with all dependencies.
#22
JohanEngelen
closed
6 years ago
2
Removed Boost.Hana (and Boost) dependency
#21
niekbouman
closed
6 years ago
3
Some fiddling with gitlab-ci file
#20
niekbouman
closed
6 years ago
3
removed Sprout dependency, big_num is now a class
#19
niekbouman
closed
6 years ago
0
[WIP] Add .gitlab-ci.yml test for doing testing inside a clean docker image.
#18
JohanEngelen
closed
6 years ago
7
Remove dependency on cppitertools.
#17
JohanEngelen
closed
6 years ago
2
Remove NTL dependency in unittest
#16
JohanEngelen
closed
6 years ago
1
Add documentation
#15
JohanEngelen
opened
6 years ago
0
CMake fixes such that it builds on Johan's machine :-)
#14
JohanEngelen
closed
6 years ago
1
A few readme improvements.
#13
JohanEngelen
closed
6 years ago
1
dedicated type for big_int
#12
niekbouman
closed
6 years ago
0
rename all.hpp to ctbignum.hpp
#11
niekbouman
closed
6 years ago
0
Untested branch in addition.hpp
#10
JohanEngelen
closed
6 years ago
1
bigint?
#9
JohanEngelen
closed
6 years ago
2
cmake "test" target does not build all required steps
#8
JohanEngelen
opened
6 years ago
0
cmake should test availability of dependencies
#7
JohanEngelen
opened
6 years ago
3
add random element function
#6
niekbouman
opened
6 years ago
0
Next