index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
bigint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
[crypto] Add bigint_mod_invert() to calculate inverse modulo a power of two
Michael Brown
1
-0
/
+54
2024-10-15
[crypto] Separate out bigint_reduce() from bigint_mod_multiply()
Michael Brown
1
-37
/
+176
2024-10-07
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
1
-8
/
+8
2024-09-27
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
1
-76
/
+32
2024-09-23
[crypto] Use constant-time big integer multiplication
Michael Brown
1
-2
/
+115
2024-01-19
[crypto] Add bigint_swap() to conditionally swap big integers
Michael Brown
1
-0
/
+25
2019-08-17
[crypto] Profile the various stages of modular multiplication
Michael Brown
1
-0
/
+29
2015-03-02
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
1
-1
/
+5
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
1
-1
/
+2
2012-03-18
[crypto] Force caller to provide temporary storage for modular calculations
Michael Brown
1
-25
/
+37
2012-03-13
[crypto] Add big-integer library for RSA calculations
Michael Brown
1
-0
/
+122