Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power On Self Test #40

Closed
3 of 4 tasks
namelessjon opened this issue Mar 2, 2013 · 3 comments
Closed
3 of 4 tasks

Power On Self Test #40

namelessjon opened this issue Mar 2, 2013 · 3 comments

Comments

@namelessjon
Copy link
Contributor

Write some code which tries a few cryptographic operations the first time the library is required, to verify all is working fine with the library.

  • Encrypt and decrypt a box (and secretbox!)
  • Construct and verify authenticators
  • Sign and verify signatures
  • generate some random numbers bytes and make sure they're not the same?
@namelessjon namelessjon mentioned this issue Mar 2, 2013
6 tasks
@tarcieri
Copy link
Contributor

tarcieri commented Mar 3, 2013

I added an initial self-test for digital signatures in 684d45a

@tarcieri
Copy link
Contributor

tarcieri commented Mar 7, 2013

I'm personally going to call this good

@tarcieri tarcieri closed this as completed Mar 7, 2013
@namelessjon
Copy link
Contributor Author

Yeah, POST looks good. And you even did the refactoring I was thinking of ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants