-
As discussed with Jason by email, saturated solinas with equal base and bitwidth is currently not supported, but is being looked into. This issue is just opened to keep track of it's progress.
ghost updated
2 years ago
-
# Brief description
There are a number of single cell models of cerebellar neurons on OSB. A core set of these should be converted to NeuroML2 & curated for use in large scale simulations of cerebell…
-
Synthesis fails on
```
./src/ExtractionOCaml/unsaturated_solinas 'p224' '4' '2^224 - 2^96 + 1' '64'
```
With a couple of issues:
- bounds analysis cannot prove that the lower bound on carry is no…
-
WDYT? Is this publication in scope?
```
@article{Ciet_2005,
author = {Ciet, Mathieu and Joye, Marc},
doi = {10.1007/s10623-003-1160-8},
issn = {1573-7586},
journal = {Designs, Codes and Cryptograp…
-
More of a discussion than an issue. I was talking with @FiloSottile at HACS about the possibility of generating code for curve25519's scalar field using fiat-crypto. My first answer was "I think it us…
-
For 2^224 - 2^96 + 1, 128-bit words, we get the synthesized code
```coq
mulmod = fun var : type -> Type => λ x x0 : var (type.base (base.type.list (base.type.type_base base.type.Z))), …
-
I've quickly checked the model against Solina schematics, identified major lacking elements.
(answering also @farvardin on completeness of implementation)
In the original, the 4' and 8' sections a…
-
We were asked over email by @huitseeker:
> I'm wondering if there is a reason why fiat is not generating the scalar arithmetic files by default, since every standard parameter set has an associated g…
-
WDYT? Is this publication in scope?
```
@article{Barenghi_2016,
author = {Barenghi, Alessandro and Bertoni, Guido M. and Breveglieri, Luca and Pelosi, Gerardo and Sanfilippo, Stefano and Susella, Rug…
-
Refers to the paper “Goldilocks NTT Trick.”
First up, thanks for sharing that trick! Very neat stuff.
A minor nit: reference [4], _i.e._, the original publication of the Goldilocks curve and the…