Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create spec of extended TinyRAM ISA #77

Open
morganthomas opened this issue Jul 11, 2022 · 2 comments
Open

Create spec of extended TinyRAM ISA #77

morganthomas opened this issue Jul 11, 2022 · 2 comments
Assignees

Comments

@morganthomas
Copy link
Contributor

Specify Orbis V1's fork of the TinyRAM 2.0 ISA, to include the following extensions: SHA2-256, SHA3-256, Blake2b-256, verify Ed25519 signature, verify ECDSA Secp256k1 signature, verify Schnorr signature, and field arithmetic in the native prime field of the containing circuit.

Questions. Do we have a separate address space for field elements, or do we use the same address space? If we use the same address space, does a field element occupy one address or more than one address? Do we have separate registers for field elements and for words? If so, what instructions do we offer for casting between word registers and field element registers?

@morganthomas
Copy link
Contributor Author

Let's also remove NOT; it's redundant.

@moreSocratic
Copy link

moreSocratic commented Jul 13, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants