-
Hello JeanLucPons. Recently I have been very interested in the subject of Pollard's kangaroo for SECPK1. For my searches for the keys, I will use your development. Thank you for your Kangaroo program.…
-
-
Great project!
Just wondering how difficult you think the following would be:
- Use of a secure element (e.g. Adafruit Infineon Trust M Breakout Board) for crypto
- PIN entry on the Pi itself (us…
-
Can be useful to have a method to get the `address` from `publicKey`:
```js
function getAddress(publicKey) {
const hash = sodium.crypto_generichash(20, publicKey);
const pkh = Utility.b58cen…
-
# Sagemath 简介
SageMath(简称Sage)是一个开源的数学软件系统,旨在提供一个包含数学软件的完整环境,以便于数学建模、数值计算、符号计算和数据可视化等任务。它集成了多个数学软件包和工具,如NumPy、SciPy、SymPy、Matplotlib等,同时提供了一个Python编程接口。
SageMath 的目标是为数学家、科学家和工程师提供一个统一的平台,使他们能够进…
-
### What version of Go are you using (`go version`)?
`go1.9.1 linux/amd64`
### What operating system and processor architecture are you using (`go env`)?
GOHOSTARCH="amd64" (intel)
GOHOSTOS="lin…
-
Hi Jimmy,
In Chapter 4 you have introduced a subclass `S256Point` of the `Point` class (that uses the `S256Field` as the underlying field). You have also overridden the `__rmul__` method as follows…
-
Smalljac is a library and set of programs for computing L-polynomials and Jacobian group structures of low genus curves over finite fields. Given a curve C of genus 1 or 2 defined over Q or a quadra…
-
Hi Thomas,
Thank you for developing this great tool, it's really helpful to check the security of a SSL server.
But I found an odd thing recently that the info returned in ServerHello might not be co…
ghost updated
8 years ago
-
I edited the code to get it to run with python3 but it still is not completely debugged...
this is what I get when it runs:
******* Public Key Generation *********
the private key (in base 10 forma…