Plutonomicon / pluto

An untyped Plutus Core assembler
32 stars 8 forks source link

Implement generator for prime fields #24

Open ursi opened 2 years ago

ursi commented 2 years ago

A function that takes in a prime number p and outputs the field operations on the finite field of order p. To clarify, we want an implementation in pluto, not as a builtin or anything.

srid commented 2 years ago

The list examples from #23 might be handy here?