-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Mission statement and target audience #5
Comments
#6 begins to address this. |
Better describe why this library exists. Refs #5
Just to kickstart this again since it's targeted for the 4th release, what is missing before we can close this? |
We mostly have this covered. Architectures (x86_64 is all we test on at the moment), compilers (we don't try to precisely define them although gcc 4.x, clang, MSVC is what we test), and C standard (we're basically constrained to C89 due to MSVC) are not spelled out in the docs. |
I think what we've documented so far is probably fine. |
…yca#5) * Update Java verifier to skip past test vector file header if present * Fix tabs vs. space whitespace
* add RSA OAEP SHA2 vectors via custom vector creation * update the docs * retab * remove sha2 oaep support (it will be added again in another PR) * add header to each vector file * Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4) * Update Java verifier to skip past test vector file header if present (#5) * Update Java verifier to skip past test vector file header if present * Fix tabs vs. space whitespace * generate sha1 oaep permutations as well + verify support in java * address review feedback
Some changes to make the test suite green on PyPy This adds some missing initialization that is actually necessary to work on PyPy (whereas it is only necessary to work on CPython sometimes). It also adjusts some garbage collector interactions in one test to satisfy PyPy's somewhat different garbage collection requirements.
As discussed on twitter let's add a mission statement to cryptography.
It should explain:
The text was updated successfully, but these errors were encountered: