-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit introduces the a driver for the software instance of the csrng. The driver interface supports regular DRBG functions, i.e. instantiate, reseed, update and generate functions. The focus of this commit is functionality, so there are a few things that will be addressed in future commits: - Handling of blocking operations. This is currently an area where we need to come up with a strategy for the crypto library as indefinite blocking operations may need an unconditional timeout when called in higher application layers. - alert and state checks. Signed-off-by: Miguel Osorio <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters