Files
ipxe/src/tests
Michael Brown 7c39c04a53 [crypto] Allow for zero-length big integer literals
Ensure that zero-length big integer literals are treated as containing
a zero value.  Avoid tests on every big integer arithmetic operation
by ensuring that bigint_required_size() always returns a non-zero
value: the zero-length tests can therefore be restricted to only
bigint_init() and bigint_done().

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2025-12-29 14:01:46 +00:00
..
2016-05-05 23:42:57 +01:00
2016-07-29 01:12:58 +01:00
2016-07-29 01:13:27 +01:00
2015-04-12 17:01:10 +01:00
2025-08-28 15:12:41 +01:00