index
:
oec/go-seal.git
wip
go implementation of SEAL protocol
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-11-21
ignore long tests when -short
Özgür Kesim
2024-11-20
use testin.B.Logf
Özgür Kesim
2024-11-20
added benchmark for vickrey
Özgür Kesim
2024-11-19
vickrey variant works
Özgür Kesim
2024-11-17
wip: vickrey variant test, fails
Özgür Kesim
2024-11-17
-variable names changed
Özgür Kesim
2024-11-17
allow up to 32 bit encoding
Özgür Kesim
2024-11-17
wip: winning detect works, albeit with a workaround
Özgür Kesim
2024-11-17
wip: winning detect works, albeit with a workaround
Özgür Kesim
2024-11-17
wip: towards vickrey auctions
Özgür Kesim
2024-11-15
randomized test and benchmark work!
Özgür Kesim
2024-11-15
example from paper runs as test
Özgür Kesim
2024-11-15
stage2 now works; tests pass
Özgür Kesim
2024-11-15
simplify Product API
Özgür Kesim
2024-11-15
simplify NewBit signature
Özgür Kesim
2024-11-14
stage2: fix logic error for lost case
Özgür Kesim
2024-11-14
more granular stage2 test
Özgür Kesim
2024-11-14
fix nullptr
Özgür Kesim
2024-11-14
simplify api even more, make it also more robust
Özgür Kesim
2024-11-14
simplify API and structs
Özgür Kesim
2024-11-14
rudimentary test for stage2 now pass!
Özgür Kesim
2024-11-14
match variable names to documentation
Özgür Kesim
2024-11-14
test-case prev_rtue == false now passes!
Özgür Kesim
2024-11-14
wip: refactor stage commit into a single data structure; test for stage2 STIL...
Özgür Kesim
2024-11-13
WiP: stage2 refactor started, no functioning test
Özgür Kesim
2024-11-13
factored out reveal()
Özgür Kesim
2024-11-13
Reveal: add error to return signature, for upcomming Y calculation errors
Özgür Kesim
2024-11-13
introduced step reveal for stage1, taking paramater for other bidders; simple...
Özgür Kesim
2024-11-12
BROKEN refactor: rewrote stage2; notice bug in definition and handling of Y
Özgür Kesim
2024-11-12
stage1 tests adjusted
Özgür Kesim
2024-11-12
refactor bit and stages: common stages type for both statges
Özgür Kesim
2024-11-12
refactor: make Bit and Stage1 more composable
Özgür Kesim
2024-11-12
refactor: commit and stage1 now incremental
Özgür Kesim
2024-11-11
marked structure relations
Özgür Kesim
2024-11-11
refactor progress: stage2 moved up
Özgür Kesim
2024-11-11
refactoring in progress
Özgür Kesim
2024-11-11
refactor struct names
Özgür Kesim
2024-11-10
dashboard: api refactor
Özgür Kesim
2024-11-10
refactor: slight renaming; added (empty) doc.go to nizk
Özgür Kesim
2024-11-10
add simpler API to nizk stages
Özgür Kesim
2024-11-10
make message a type; add test
Özgür Kesim
2024-11-10
start refactor
Özgür Kesim
2024-11-08
moving declarations around
Özgür Kesim
2024-04-09
dashboard: Messages and Cancel implemented
Özgür Kesim
2024-04-09
dashboard: started with inmemory dashboard, wip
Özgür Kesim
2024-04-09
bidder: use ed25519 for bidderId and signatures
Özgür Kesim
2024-04-09
seal: added verifier of descriptions
Özgür Kesim
2024-04-09
curve: -minor refactor
Özgür Kesim
2024-04-09
nizk: use Bytes interface for abstraction
Özgür Kesim
2024-04-07
nizk, bidder: introduced schnorr-signatures as proof for commitments of A=G^a...
Özgür Kesim
[next]