-
See the zillion "ignore" fields in this schema: prime-router/metadata/schemas/Experity/experity-covid-19.schema
(From this PR: https://github.com/CDCgov/prime-reportstream/pull/2004/files)
There'…
-
It would often be useful to be able to specify a list of primes that you don't want to be bad. This probably applies to many objects, but I am mainly thinking about classical modular forms ("Bad p" fi…
-
The implementation at https://github.com/ipld/go-ipld-prime/blob/e39d20bf18dcc21a50ef2005bae6de11e5c311e0/schema/gen/go/genStructReprTuple.go#L13 says they are allowed as trailing fields:
> // Opti…
mvdan updated
2 years ago
-
Quite a few people have asked about SMS integration. This could be investigated via AWS to see if the cost is viable.
The two prime areas that could definitely use SMS are sending documents for a s…
-
cc: @kobigurk
A few questions (for arkworks team):
1. Serialize: What happened to `impl_prime_field_serializer` and `impl_.._curve_serializer`? If they have now been migrated to derive, then why …
-
-
```cryptol
// PrimeCommMult.cry
module PrimeCommMult where
interface submodule I where
type m : #
type k : # // moving above `m` removes the error
type constraint (prime (k*m + 1)) // …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues for a bug report that matches the one I want to file, without success.
### Did you read the documentation and troub…
-
Continuing on the discussion here #1150
I have made modifications to the Bedrock2 specs for field operations that allow for arbitrary finite fields, as opposed to the current versions that have a …
-
@enricobottazzi
I was testing the `test_valid_public_key_decryption()` of `TestBFVWithCRT` class with qi = [ 27424203952895201, 27424203952895203] , n = 4096 and t = 65537 in `tests/test_bfv.py` file…