diff options
author | lloyd <[email protected]> | 2008-11-11 20:37:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:37:55 +0000 |
commit | 4a3c0dbd1ce70f571e8b7354e85cd7c06c2100e0 (patch) | |
tree | a23455841c5031fbaa30144d9571b78ea2c7b06f /src/math/bigint | |
parent | 7ffcb0d29c9b99e46498d0a8a2e4cf5e100a9d21 (diff) |
Wrap at 80 columns
Diffstat (limited to 'src/math/bigint')
-rw-r--r-- | src/math/bigint/bigint.h | 3 |
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); |