diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-07-09 18:35:54 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-07-09 18:35:54 +0100 |
commit | 373acefde7be92f86b8294b325519ad916b1e054 (patch) | |
tree | 9d80437d0b059808eb3cd960d4517fdc59ab4731 /include/olm/account.hh | |
parent | 5634be05074168e33b77246bbc9b60bd683759d8 (diff) |
Add c bindings for the methods for managing one time keys
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r-- | include/olm/account.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh index f54758d..da3ca35 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -123,8 +123,8 @@ struct Account { /** The largest number of one time keys this account can store. */ std::size_t max_number_of_one_time_keys(); - /** Returns the number of random bytes needed to generate a given number - * of new one time keys. */ + /** The number of random bytes needed to generate a given number of new one + * time keys. */ std::size_t generate_one_time_keys_random_length( std::size_t number_of_keys ); |