Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7a12857
feat: add Vector Equal method
ivokub Oct 20, 2025
81b82dd
test: add regression tests
ivokub Oct 20, 2025
6e4ed9d
feat: smaller allocations and resuse in ReadFrom
ivokub Oct 20, 2025
dc504e6
feat: smaller allocations and reuse in AsyncReadFrom
ivokub Oct 20, 2025
962a71f
chore: generate with Equal
ivokub Oct 20, 2025
26226b1
chore: generate regression tests
ivokub Oct 20, 2025
da99c70
chore: generate ReadFrom and AsyncReadFrom
ivokub Oct 20, 2025
c60a17a
fix: async read from for non 4-limb elements
ivokub Oct 20, 2025
326d621
chore: generate
ivokub Oct 20, 2025
c075483
test: skip very slow test
ivokub Oct 20, 2025
a93ea54
chore: go generate
ivokub Oct 20, 2025
663c2c1
fix: typo fixes
ivokub Oct 21, 2025
124309a
chore: go generate
ivokub Oct 21, 2025
6894df1
fix: empty slice for no input
ivokub Oct 21, 2025
a4d2e2c
chore: go generate
ivokub Oct 21, 2025
99e12ba
fix: use type name variable
ivokub Oct 21, 2025
39127a3
fix: support 32-bit architecture
ivokub Oct 21, 2025
4ecf543
chore: go generate
ivokub Oct 21, 2025
9226018
test: skip large test
ivokub Oct 21, 2025
7fa2bdc
chore: go generate
ivokub Oct 21, 2025
e2da647
perf: do not reallocate slice when serialized data len is 0
ivokub Oct 23, 2025
6dd86cc
chore: go generate
ivokub Oct 23, 2025
02a9668
refactor: use stdlib slices.Equal (elements are comparable)
ivokub Oct 23, 2025
2e0675d
chore: go generate
ivokub Oct 23, 2025
f81078c
docs: clarify returned errors
ivokub Oct 23, 2025
2330dad
fix: use element name variable
ivokub Oct 23, 2025
f6c8447
chore: go generate
ivokub Oct 23, 2025
5002155
fix: check for correct error
ivokub Oct 23, 2025
44fa25c
chore: go generate
ivokub Oct 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 121 additions & 33 deletions ecc/bls12-377/fp/vector.go

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

Loading
Loading