ecc
Here are 135 public repositories matching this topic...
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
Aug 14, 2019 - Go
-
Updated
Jun 8, 2020 - Go
-
Updated
Jul 3, 2020 - Perl
We can add generation of derived documentation via tsdoc/typedoc or similar then apply fork of docdash: https://github.com/clenemt/docdash
"script": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json"
}
This way we can have standalone documentation showing how to use the library.
-
Updated
Dec 2, 2018 - JavaScript
-
Updated
Jun 23, 2020 - PHP
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 8, 2018 - Java
-
Updated
Jun 26, 2020 - TypeScript
What is wrong?
Lots of places in the codebase do assertions like isinstance(v, int) to check that something is an integer. Since python considers True and False to be integer types these checks won't disallow passing in a bool value.
How can it be fixed
Probably need to add a single utility and make use of it everywhere that we do these checks.
def assert_stHi! Looks promising. I tried it out as :
git clone https://github.com/cubbit/enigma.git
cd enigma
npm install
everything seem to go alright until the install runs node-gyp rebuild :
make: Entering directory `/var/www/html/valg/lib/enigma/build'
ACTION Prepare dependencies /var/www/html/valg/lib/enigma/dependencies
Error: Unsupported arch: ia32 - linux
at depen
-
Updated
May 11, 2020 - Rust
-
Updated
Jul 2, 2020 - C
-
Updated
Jun 14, 2018 - JavaScript
-
Updated
Jun 29, 2020 - C
We will want to show people that the project works, the easiest way to do this is by adding a basic demo page in the gh-pages branch.
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Mar 9, 2020 - Go
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Apr 28, 2020 - Haskell
-
Updated
Jun 23, 2020 - C
We can add generation of derived documentation via tsdoc/typedoc or similar then apply fork of docdash: https://github.com/clenemt/docdash
"script": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json"
}
This way we can have standalone documentation showing how to use the library.
-
Updated
Jan 21, 2020 - C
-
Updated
Aug 6, 2018 - PowerShell
Improve this page
Add a description, image, and links to the ecc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecc topic, visit your repo's landing page and select "manage topics."
At the third paragraph on the section
Preface, there is a typo on the acronym.Here,
KFDshould beKDF.