Skip to content

Commit

Permalink
docs editorial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jan 30, 2016
1 parent e5dc9c8 commit 91b2bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Contents:
sha1
sha2
sha3
drbg

Index
-----
Expand Down
8 changes: 4 additions & 4 deletions src/drbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* the underlying hash function.
*
* This generator enforces a `reseed_interval` of 2^32-1:
* use the `cf_hash_drbg_sha256_needs_reseed` to check
* whether you need to reseed before use, and reseed using
* use `cf_hash_drbg_sha256_needs_reseed` to check whether
* you need to reseed before use, and reseed using
* `cf_hash_drbg_sha256_reseed`. If you try to use the
* generator when it thinks it needs reseeding, it will
* call abort().
Expand All @@ -51,8 +51,8 @@
* Current update offset.
*
* .. c:member:: cf_hash_drbg_sha256.reseed_counter
* Current number of times entropy has been
* extracted from generator.
* Current number of times entropy has been extracted from
* generator.
*/
typedef struct
{
Expand Down

0 comments on commit 91b2bf4

Please sign in to comment.