diff options
Diffstat (limited to 'src/pubkey/workfactor.h')
-rw-r--r-- | src/pubkey/workfactor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/workfactor.h b/src/pubkey/workfactor.h index c4fc3baa7..bd1a43298 100644 --- a/src/pubkey/workfactor.h +++ b/src/pubkey/workfactor.h @@ -17,7 +17,7 @@ namespace Botan { * @param prime_group_size size of the group in bits * @return estimated security level for this group */ -u32bit dl_work_factor(u32bit prime_group_size); +size_t dl_work_factor(size_t prime_group_size); } |