index
:
oec/go-seal.git
wip
go implementation of SEAL protocol
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nizk
Age
Commit message (
Expand
)
Author
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
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
start 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
2024-04-07
stage1: typography fixes
Özgür Kesim
2024-04-07
schnorr: introduced schnorr signature for A=G^a
Özgür Kesim
2024-04-04
harmonize variable names across packages
Özgür Kesim
2024-03-29
stage2: proof and verification implemented and tested
Özgür Kesim
2024-03-29
stage1: -slight reorg
Özgür Kesim
2024-03-29
stage2: WiP, intro and proof not ready yet
Özgür Kesim
2024-03-28
nizk/stage1: Implementation of proof and verificaiton for stage1
Özgür Kesim
2024-03-28
nizk/commit: rename from stage1 to commit, proper term
Özgür Kesim
2024-03-28
nizk/stage1: NIZK proofs for commit phase
Özgür Kesim