Skip to content

Commit

Permalink
feat: add Vector support to ecc marshal encoder (#336)
Browse files Browse the repository at this point in the history
* fix: vector marshal methods on pointer type

* feat: support for Vector encode / decode in Marshal
  • Loading branch information
gbotrel committed Feb 13, 2023
1 parent a3a667b commit 813c621
Show file tree
Hide file tree
Showing 44 changed files with 769 additions and 1,168 deletions.
10 changes: 5 additions & 5 deletions ecc/bls12-377/fp/vector.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls12-377/fr/vector.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

163 changes: 57 additions & 106 deletions ecc/bls12-377/marshal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions ecc/bls12-377/marshal_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls12-378/fp/vector.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls12-378/fr/vector.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 813c621

Please sign in to comment.