| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added Nettle java file, added Nettle class to NativeProvider files
* Nettle makefile
* Nettle get curves and setup
* makefile and build-standalone
* makefile hogweed
* added other curves
* mpz to biginteger
* switch nignum to mpz
* it is finally possible to write nettle info
* prepared generate curve
* generate key pair progress
* removed key agreement
* ECParameterSpec experiment
* ECParameterSpec experiment - source
* Another try
* it is finally running (at least), debugging messages
* generator generates - needs to be tested
* removed unnecessary function
* signature preparations
* signature almost done
* added der encoding
* verification and der decoder
* added support for secp192r1, secp224r1, secp384r1 and secp521r1
* fixed the variable length of the points and scalars
* removed debug prints
* removed debug prints (java)
* removed Curve25519 artifacts, added ECDH support
* removed fragment of openssl, added cleanup to ecdh
* src/cz/crcs/ectester/standalone/libs/jni/nettle.c
* reverted plot
* fixed signature for secp521r1
* replaced for loop with memset
* added nettle to requirements in NettleLib class
* removed conflicting lines
* fixed the der signature encoder / decoder
* Switched ECGenParameterSpec -> ECParameterSpec explicit retyping to EC_Store
Co-authored-by: Ján Jančár <J08nY@users.noreply.github.com>
|