gbrochar
  • Joined on 2020-11-20
gbrochar pushed to main at gbrochar/libasm 2024-02-24 07:19:18 +00:00
c1a848d05b feat: Makefile and test main
e41fd99ce1 feat: ft_strlen
fd2d720094 chore: .gitignore
gbrochar created branch main in gbrochar/libasm 2024-02-24 07:19:18 +00:00
gbrochar created repository gbrochar/libasm 2024-02-24 04:30:05 +00:00
gbrochar created repository gbrochar/dotfiles 2024-02-21 15:13:30 +00:00
gbrochar pushed to master at gbrochar/ft_nm 2024-02-21 12:57:17 +00:00
086bda7642 a little cleanup
e9e29568fc it works time to clean up
c7862e2781 je suis plus ou jen suis
0cbe7fef38 chaos
Compare 4 commits »
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-19 14:15:08 +00:00
ee899b8c8c clean: miller-rabin sep fn + set e=65537
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-19 12:01:58 +00:00
b4a0432d33 feat: check first primes before miller rabin
0bc6bf62a4 fix: unused return value
Compare 2 commits »
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 17:06:48 +00:00
badc3fd399 opti: remove many memcpy
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 16:15:17 +00:00
1d9e2936ac opti: rm malloc in mul and useless cmp in modulo
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 15:40:48 +00:00
365c98be7c clean: remove comments
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 15:39:02 +00:00
81f8fb3c1f opti: remove many mallocs
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 14:55:36 +00:00
d368c925fb opti: is_not_zero
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 14:38:09 +00:00
2f7d2922c7 fix: substraction
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 13:17:00 +00:00
c8e5e6bf67 opti: cache left_shifts in multiplication
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-18 01:42:20 +00:00
fa5c3d7f96 refacto: make more numbers same length
ed45a04df2 chore: PHONY rule
Compare 2 commits »
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-17 23:47:21 +00:00
585f9750df fix: put correct flag for opti.................
4c53350bd5 refacto: faster
Compare 2 commits »
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-17 19:50:47 +00:00
7d0c774cb7 refacto: speed x10
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-16 16:33:56 +00:00
4a3cbd75b5 fix: leaks
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-16 15:48:48 +00:00
52f65086c2 remove unused func and comments
gbrochar pushed to rsa at gbrochar/ft_nm 2024-02-16 14:57:20 +00:00
6806db1c6f feat: prime working rly slow and leaks