aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-15 08:23:19 -0400
committerJack Lloyd <[email protected]>2018-08-15 08:23:19 -0400
commit5fbd31730725abaece3c869769e079521c72578d (patch)
treeea022bdf150daa5f92824f4fbb4297dde17233e7 /src/lib/math
parent2817c0afc87b85056edc362c933c3eb3a0799350 (diff)
Fix some Doxygen warnings
Diffstat (limited to 'src/lib/math')
-rw-r--r--src/lib/math/bigint/bigint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/math/bigint/bigint.h b/src/lib/math/bigint/bigint.h
index e7eca06af..0d35cbbeb 100644
--- a/src/lib/math/bigint/bigint.h
+++ b/src/lib/math/bigint/bigint.h
@@ -728,7 +728,6 @@ class BOTAN_PUBLIC_API(2,0) BigInt final
/**
* Create a BigInt from an integer in a byte array
* @param buf the binary value to load
- * @param base number-base of the integer in buf
* @result BigInt representing the integer in the byte array
*/
static BigInt decode(const std::vector<uint8_t>& buf)