From d769c93ef5965aea956171b8622e976a0a7c2863 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 12 Jun 2026 12:14:34 +0300 Subject: feat(BigInt): Replace B_bytes with B_bits --- BigInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BigInt.h') diff --git a/BigInt.h b/BigInt.h index 9eb52a4..939d1d1 100644 --- a/BigInt.h +++ b/BigInt.h @@ -30,7 +30,7 @@ Result B_lshift(BigInt *x, usize shift); /* Get */ -usize B_bytes(const BigInt x); +usize B_bits(const BigInt x); usize B_bitwidth(const BigInt x); char* B_tostr(MemoryManager *mm, const BigInt x); -- cgit v1.2.3