-
```julia
using Pkg
Pkg.activate(".")
Pkg.instantiate()
# AlgebraicJulia Dependencies
using Catlab
using Catlab.Graphics
using CombinatorialSpaces
using Decapodes
using ComponentArrays
using ForwardDi…
-
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,
https://doi.org/10.1016/0890-5401(88…
-
Implemented a "new" algorithm for nth root in finite fields/rings (adapted from the paper "On taking roots in finite fields" by Adelman et al. 1977). My tests show similar or slightly better perform…
-
For number fields, the method `completely_split_primes`
may be incomplete.
Example:
```python
K. = QuadraticField(17)
K.completely_split_primes(20)
[13, 19]
```
However,
```python
K. = Quadratic…
-
```
> git clone git@github.com:hyperledger/anoncreds-v2-rs.git
Cloning into 'anoncreds-v2-rs'...
...
> cd anoncreds-v2-rs
> cargo test
Updating crates.io index
Updating git repository `…
-
git clone code, do `cargo build` on mac machine, first meet error:
```
dream@Dreams-MacBook-Pro webauthn-halo2 % cargo build
error: package `colored v2.1.0` cannot be built because it requires rust…
-
I am doing a state-of-the-art of the existing libraries on GPU, and I stumbled upon your project.
What exactly finite fields are supported ? Only fields of characteristic 2 ?
Extension or only prime…
-
## Describe the bug
With Bottles installed as a flatpak, EA Client installed via 'EA Launcher' installer shows a blank view on launch. Can't do anything in the client due to blank view so client is u…
-
Given a homormorphism, a prime `p`, and a degree `n`. Returns a table of the ratio of periodic
points to the number of points in a field of size `p^n`, as it cycles through the range of…
-
Sorry if this isn't the right place (ie, do Documentation Issues go here?), but the function flattenRing asserts:
> write a ring as a (quotient) of a polynomial ring over ZZ or a prime field
How…