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

Improve constants (MDS, ARK) usage #19

Closed
ZER0 opened this issue Sep 25, 2019 · 0 comments
Closed

Improve constants (MDS, ARK) usage #19

ZER0 opened this issue Sep 25, 2019 · 0 comments
Assignees

Comments

@ZER0
Copy link
Contributor

ZER0 commented Sep 25, 2019

Currently both generation and usage of MDS matrix and round keys are not optimized, that should be fixed.

@ZER0 ZER0 self-assigned this Sep 25, 2019
ZER0 added a commit that referenced this issue Sep 25, 2019
- Constants are now a binary dump of their memory representation

- Implements `Permutation`s separately for `Scalar` and
  `LinearCombination`

- Remove `Hash` struct

- Remove `RoundConstantsIterator`

Resolves: #19, #20
ZER0 added a commit that referenced this issue Sep 25, 2019
- Constants are now a binary dump of their memory representation

- Implements `Permutation`s separately for `Scalar` and
  `LinearCombination`

- Remove `Hash` struct

- Remove `RoundConstantsIterator`

See also: #19, #20
ZER0 added a commit that referenced this issue Sep 25, 2019
- Fix regression on `hash` to leave the first element (still need the
  proper value; it will be fixed on #17)

See also: #19, #20
@ZER0 ZER0 closed this as completed Sep 27, 2019
ZER0 added a commit that referenced this issue May 7, 2020
- Constants are now a binary dump of their memory representation

- Implements `Permutation`s separately for `Scalar` and
  `LinearCombination`

- Remove `Hash` struct

- Remove `RoundConstantsIterator`

See also: #19, #20
ZER0 added a commit that referenced this issue May 7, 2020
- Fix regression on `hash` to leave the first element (still need the
  proper value; it will be fixed on #17)

See also: #19, #20
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

1 participant