index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
ipxe
/
bigint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Add a generic implementation of a Montgomery ladder
Michael Brown
2025-01-28
1
-0
/
+40
*
[crypto] Add bigint_ntoa() for transcribing big integers
Michael Brown
2025-01-20
1
-0
/
+13
*
[crypto] Extract bigint_reduce_supremum() from bigint_mod_exp()
Michael Brown
2025-01-10
1
-3
/
+18
*
[crypto] Allow for relaxed Montgomery reduction
Michael Brown
2024-12-18
1
-10
/
+26
*
[crypto] Calculate inverse of modulus on demand in bigint_montgomery()
Michael Brown
2024-12-16
1
-5
/
+3
*
[crypto] Remove obsolete bigint_mod_multiply()
Michael Brown
2024-11-28
1
-36
/
+0
*
[crypto] Use Montgomery reduction for modular exponentiation
Michael Brown
2024-11-28
1
-8
/
+2
*
[crypto] Add bigint_montgomery() to perform Montgomery reduction
Michael Brown
2024-11-27
1
-0
/
+21
*
[crypto] Use inverse size as effective size for bigint_mod_invert()
Michael Brown
2024-11-27
1
-1
/
+1
*
[crypto] Eliminate temporary working space for bigint_mod_invert()
Michael Brown
2024-11-27
1
-19
/
+5
*
[crypto] Eliminate temporary working space for bigint_reduce()
Michael Brown
2024-11-26
1
-27
/
+7
*
[crypto] Expose carry flag from big integer addition and subtraction
Michael Brown
2024-11-26
1
-8
/
+10
*
[crypto] Add bigint_msb_is_set() to clarify code
Michael Brown
2024-11-20
1
-0
/
+27
*
[crypto] Add bigint_mod_invert() to calculate inverse modulo a power of two
Michael Brown
2024-10-21
1
-0
/
+28
*
[crypto] Separate out bigint_reduce() from bigint_mod_multiply()
Michael Brown
2024-10-15
1
-0
/
+34
*
[crypto] Use architecture-independent bigint_is_set()
Michael Brown
2024-10-10
1
-0
/
+19
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
1
-8
/
+8
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
1
-10
/
+4
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
1
-4
/
+14
*
[crypto] Add bigint_swap() to conditionally swap big integers
Michael Brown
2024-01-19
1
-0
/
+15
*
[crypto] Add bigint_copy() as a convenient wrapper macro
Michael Brown
2024-01-19
1
-0
/
+13
*
[crypto] Allow multiplicand and multiplier to differ in size
Michael Brown
2024-01-16
1
-5
/
+7
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[crypto] Force caller to provide temporary storage for modular calculations
Michael Brown
2012-03-18
1
-8
/
+41
*
[crypto] Add big-integer library for RSA calculations
Michael Brown
2012-03-13
1
-0
/
+268