aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/bigint')
-rw-r--r--src/math/bigint/bigint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/bigint/bigint.h b/src/math/bigint/bigint.h
index 087f0e25a..4a29e5365 100644
--- a/src/math/bigint/bigint.h
+++ b/src/math/bigint/bigint.h
@@ -401,7 +401,8 @@ class BOTAN_DLL BigInt
* @param base number-base of the integer in buf
* @result BigInt-representing the given integer read from the byte array
*/
- static BigInt decode(const byte buf[], u32bit length, Base base = Binary);
+ static BigInt decode(const byte buf[], u32bit length,
+ Base base = Binary);
static BigInt decode(const MemoryRegion<byte>&, Base = Binary);