Armando Faz

Results 45 issues of Armando Faz

**Issue:** The code of the function `times3` produced by instrumentation is wrong. #### This is the minimal reproducible example. File: **fuzz.go** ```go package fuzz func timesN(b []byte, n int) {...

it is noisy to get variables named in binary `_100` or `_101`. Better to follow a standard rule, such as `i4` or any other counter in decimal or hex. or...

This algorithm is by far the most used for small addition chains. It is formulated for binary fields, but the core idea can be adapted to work in prime fields,...

idea

This makes use of the wasm-pack as a library rather than as a command. So there is no need to check whether is already installed, since it will be as...

The function RSASP1 can be implemented using the auxiliary values from CRT variant. See https://www.rfc-editor.org/rfc/rfc3447.html#section-5.2.1

good first issue

Fixes #48

maintenance

```bash git pull origin master npm run clean npm run build ``` * if you have `perl` and `make` in `PATH`,then "sjcl" should build without any errors * `./dist` directory...

documentation

New: - Introduces Lagrange interpolation [1]. - Shamir's secret sharing [2] on top of the group interface. - Feldman's verifiable secret sharing [3] on top of the group interface. References:...

new feature

Changes: - The package tss will provide the threshold signature schemes. - The package tss/frost implements the FROST threshold signature scheme for Schnorr signatures. This scheme is under standardization process...

new feature

There is no point in returning a `Scalar` for Order method. Also, returning a big.Int is not desirable. Since the group order is public and well-know for the groups supported,...

changesAPI