rsa
Here are 842 public repositories matching this topic...
-
Updated
Jun 18, 2020 - Python
-
Updated
Jun 29, 2020 - C++
I was confused from the brief documentation spec what is the difference between DH and Elliptic Curve code. I though these are two ways to do the same thing. It is only when I tried to get the x coordinate of the public key generated by generateKey() that I realized that this is not Elliptic Curve DH.
-
Updated
May 16, 2020 - Go
-
Updated
Aug 6, 2019 - Python
-
Updated
Jul 18, 2017 - TeX
Hi,
The documentation describes that it returns a boolean however the implementation actually returns a Verification Error or the name of the hash. I'd fix this but I'm not sure if the documentation can be edited.
-
Updated
Mar 30, 2020 - Python
-
Updated
Jul 3, 2020 - Perl
-
Updated
Jan 6, 2020 - C#
-
Updated
Jan 3, 2019 - PHP
-
Updated
Aug 1, 2019 - Java
Improve this page
Add a description, image, and links to the rsa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rsa topic, visit your repo's landing page and select "manage topics."
Documentation is awful.
For instance, sign says it returns a string, but if it fails, it clearly returns false. No where in the documentation that I can find does it tell me to check for false, and thus, I'm left wondering if that's the only thing that indicates failure especially when it returns calls to two different other functions.