commit | 5202f83345e17c56da4935205f0a97bd4aa20714 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Thu Nov 28 15:05:06 2024 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Nov 28 15:06:17 2024 +0000 |
tree | b37eab43b557acbaae537db7eab209519eadcb21 | |
parent | 83ac98ce22b5b735cba4d1a21db8cc8e8648dfa4 [diff] |
[crypto] Remove obsolete bigint_mod_multiply() There is no further need for a standalone modular multiplication primitive, since the only consumer is modular exponentiation (which now uses Montgomery multiplication instead). Remove the now obsolete bigint_mod_multiply(). Signed-off-by: Michael Brown <mcb30@ipxe.org>