sinu.eth
878fe7e87d
chore: release v0.1.0-alpha.11 ( #894 )
2025-05-27 09:27:26 -07:00
th4s
db53814ee7
fix(prf): set correct default logic ( #873 )
2025-05-20 15:22:34 +02:00
th4s
2dfa386415
chore: bump mpz and adapt update method call in hmac-sha256 ( #867 )
...
* fix(hmac-sha256): use new `update` method from mpz-hash
* use `into` conversion
2025-05-15 15:58:32 +02:00
sinu.eth
5a188e75c7
refactor(cipher): remove contiguous memory assumption ( #864 )
...
* refactor(cipher): remove contiguous memory assumption
* fix mpc-tls and upstream crates
2025-05-13 09:41:55 -07:00
sinu.eth
a8bf1026ca
feat(deap): address space mapping ( #809 )
2025-05-13 09:38:39 -07:00
sinu.eth
f900fc51cd
chore: bump mpz to abd02e6 ( #825 )
2025-05-13 09:35:51 -07:00
th4s
6ccf102ec8
feat(prf): reduced MPC variant ( #735 )
...
* feat(prf): reduced MPC variant
* move sending `client_random` from `alloc` to `preprocess`
* rename `Config` -> `Mode` and rename variants
* add feedback for handling of prf config
* fix formatting to nightly
* simplify `MpcPrf`
* improve external flush handling
* improve control flow
* improved inner control flow for normal prf version
* rename leftover `config` -> `mode`
* remove unnecessary pub(crate)
* rewrite state flow for reduced prf
* improve state transition for reduced prf
* repair prf bench
* WIP: Adapting to new `Sha256` from mpz
* repair failing test
* fixed all tests
* remove output decoding for p
* do not use mod.rs file hierarchy
* remove pub(crate) from function
* improve config handling
* use `Array::try_from`
* simplify hmac to function
* remove `merge_vecs`
* move `mark_public` to allocation
* minor fixes
* simplify state logic for reduced prf even more
* simplify reduced prf even more
* set reduced prf as default
* temporarily fix commit for mpz
* add part of feedback
* simplify state transition
* adapt comment
* improve state transition in flush
* simplify flush
* fix wasm prover config
---------
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
2025-05-13 09:26:43 -07:00
sinu.eth
2c500b13bd
chore: bump mpz to alpha.3 ( #806 )
...
* temporary remove hmac crates
* wip: adapting cipher crate...
* wip: adapting key-exchange crate...
* wip: adapt most of mpc-tls...
* adapt prover and verifier crates
* remove unnecessary rand compat import for deap
* adapt mpc-tls
* fix: endianness of key-exchange circuit
* fix: output endianness of ke circuit
* fix variable name
---------
Co-authored-by: th4s <th4s@metavoid.xyz >
2025-05-13 09:03:09 -07:00
dan
43c6877ec0
chore: support workspace lints in all crates ( #797 )
2025-04-25 13:58:26 +02:00
Hendrik Eeckhaut
41e215f912
chore: set version number to 0.1.0-alpha.11-pre ( #798 )
2025-04-23 13:19:05 +02:00
sinu.eth
3a57134b3a
chore: update version to alpha.10 ( #785 )
2025-04-18 08:54:55 +02:00
dan
4dc5570a31
MIsc comments ( #747 )
...
* fix comments
* fix comment
Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com >
* describe all args
* change decrypted plaintext -> plaintext
* remove redundant comments
---------
Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com >
2025-03-27 13:42:41 +00:00
Hendrik Eeckhaut
224e41a186
chore: Bump version to 0.1.0-alpha.10-pre
2025-03-25 14:28:26 +01:00
sinu
c70caa5ed9
chore: release v0.1.0-alpha.9
2025-03-20 11:06:57 -07:00
yuroitaki
4cdd1395e8
feat(core): find set cover solution for user in TranscriptProofBuilder ( #664 )
...
* Add reveal groups of ranges.
* Reveal committed ranges given a rangeset.
* Fix test and wordings.
* Fix wordings.
* Add reveal feature for hash commitments.
* Formatting.
* Fix wording.
* Add subset check.
* Add subset check.
* Add clippy allow.
* Fix missing direction in transcript index lookup.
* Fix prune subset.
* Refactor proof_idxs.
* Throw error if only one subset detected.
* Fix superset reveal.
* Fmt.
* Refactored Ord for Idx.
* Update crates/core/src/transcript/proof.rs
Co-authored-by: dan <themighty1@users.noreply.github.com >
* Adjust example and comments.
* Adjust comments.
* Remove comment.
* Change comment style.
* Change comment.
* Add comments.
* Change to lazily check set cover.
* use rangeset and simplify
* restore examples
* fix import
* rustfmt
* clippy
---------
Co-authored-by: yuroitaki <>
Co-authored-by: dan <themighty1@users.noreply.github.com >
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
2025-03-20 07:55:13 -07:00
sinu.eth
61ce838f8c
refactor: migrate to rand 0.9 ( #734 )
...
* refactor: migrate to rand 0.9
* fix: enable wasm_js feature for getrandom
* fix: set getrandom cfg
* fix: clippy
* fix: notary server rand
* fix cargo config
2025-03-19 10:36:24 -07:00
dan
6c468a91cf
test: improve test, fix grammar
2025-03-11 10:44:11 +01:00
Hendrik Eeckhaut
0496cbaeb1
chore: Bump version to 0.1.0-alpha.9-pre
2025-03-10 08:41:18 +01:00
sinu
d8747d49e3
chore: release alpha.8
2025-03-07 14:51:11 -08:00
sinu.eth
acabb7761b
chore: delete dead code ( #705 )
2025-03-03 11:53:20 -08:00
sinu.eth
c384a393bf
chore: bump deps ( #704 )
2025-03-03 11:40:31 -08:00
sinu.eth
cb13169b82
perf: MPC-TLS upgrade ( #698 )
...
* fix: add new Cargo.toml
* (alpha.8) - Refactor key-exchange crate (#685 )
* refactor(key-exchange): adapt key-exchange to new vm
* fix: fix feature flags
* simplify
* delete old msg module
* clean up error
---------
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
* (alpha.8) - Refactor prf crate (#684 )
* refactor(prf): adapt prf to new mpz vm
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
* refactor: remove preprocessing bench
* fix: fix feature flags
* clean up attributes
---------
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
* refactor: key exchange interface (#688 )
* refactor: prf interface (#689 )
* (alpha.8) - Create cipher crate (#683 )
* feat(cipher): add cipher crate, replacing stream/block cipher and aead
* delete old config module
* remove mpz generics
---------
Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com >
* refactor(core): decouple encoder from mpz (#692 )
* WIP: Adding new encoding logic...
* feat: add new encoder
* add feedback
* rename conversions
* feat: DEAP VM (#690 )
* feat: DEAP VM
* use rangeset, add desync guard
* move MPC execution up in finalization
* refactor: MPC-TLS (#693 )
* refactor: MPC-TLS
Co-authored-by: th4s <th4s@metavoid.xyz >
* output key references
* bump deps
---------
Co-authored-by: th4s <th4s@metavoid.xyz >
* refactor: prover + verifier (#696 )
* refactor: wasm crates (#697 )
* chore: appease clippy (#699 )
* chore: rustfmt
* chore: appease clippy more
* chore: more rustfmt!
* chore: clippy is stubborn
* chore: rustfmt sorting change is annoying!
* fix: remove wasm bundling hack
* fix: aes ctr test
* chore: clippy
* fix: flush client when sending close notify
* fix: failing tests
---------
Co-authored-by: th4s <th4s@metavoid.xyz >
2025-02-25 13:51:28 -08:00
Hendrik Eeckhaut
6e80d03ac7
chore: Bump version to 0.1.0-alpha.8-pre ( #642 )
...
build: Bump version to 0.1.0-alpha.8-pre and set version number for benches and fixtures to 0.0.0
2024-10-16 18:53:07 +02:00
Hendrik Eeckhaut
b3f79a9e2b
build: removed unused dependencies (cargo machete)
2024-10-15 19:58:30 +02:00
sinu.eth
43d2c04f6f
chore: prepare alpha.7 release ( #620 )
2024-10-03 06:37:59 -07:00
sinu.eth
17476bc2cf
docs: rustfmt wrap_comments ( #611 )
2024-10-01 07:18:51 -07:00
Valentin Mihov
79c00fcedb
chore: Remove clippy::blocks_in_conditions ( #592 )
...
The bug in clippy is fixed in rust 1.81, so these are not needed
any more
Co-authored-by: yuroitaki <25913766+yuroitaki@users.noreply.github.com >
2024-09-25 14:03:34 -07:00
th4s
32df1380a7
fix: aead unit tests no longer deadlock
...
* fix: add back unit tests and configure rayon threadpool
* Use env var to set rayon threads.
* Remove `rayon` dev dependency.
2024-09-02 09:06:38 +02:00
th4s
0a3a1db520
chore: Temporarily disable deadlocked tests in aead ( #547 )
...
* fix: Comment failing tests in aead
* fix: please clippy
* fix: comment `kind` function in error module
---------
Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com >
2024-08-15 14:21:00 -07:00
dan
17e31687bd
docs: describe execution modes ( #464 )
2024-08-06 10:02:16 +00:00
th4s
bdebd7a9b2
Remove unused AEAD error type. ( #540 )
2024-07-29 16:32:04 +09:00
sinu.eth
e14d0cf563
refactor: consolidate workspaces ( #537 )
...
* move crates
* remove .workspace syntax
* rename crate directories
* normalize manifests
* further normalize manifests
* newlines
* fix dependency issues
* fix import paths
* update CI
* rustfmt
* filter wasm packages
* check in fixtures
* fix rustdoc
* ignore expensive tests
2024-07-23 10:43:31 +09:00