Commit 08f0e17 1 parent 3e90ac3 commit 08f0e17 Copy full SHA for 08f0e17
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.2.1"
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Proc-macro for deriving `round-based` traits"
7
- repository = " https://github.com/dfns /round-based"
7
+ repository = " https://github.com/LFDT-Lockness /round-based"
8
8
9
9
[lib ]
10
10
proc-macro = true
Original file line number Diff line number Diff line change 1
1
## v0.3.1
2
2
* Add ` rounds_router::simple_store::RoundMsgs::into_iter_including_me() ` [ #9 ]
3
3
4
- [ #9 ] https://github.com/dfns /round-based/pull/9
4
+ [ #9 ] : https://github.com/LFDT-Lockness /round-based/pull/9
5
5
6
6
## v0.3.0
7
7
* Add no_std and wasm support [ #6 ]
8
8
* Add state machine wrapper that provides sync API to carry out the protocol defined as async function [ #7 ]
9
9
10
- [ #6 ] : https://github.com/dfns /round-based/pull/6
11
- [ #7 ] : https://github.com/dfns /round-based/pull/7
10
+ [ #6 ] : https://github.com/LFDT-Lockness /round-based/pull/6
11
+ [ #7 ] : https://github.com/LFDT-Lockness /round-based/pull/7
12
12
13
13
## v0.2.2
14
14
15
15
* fix: correct handling of stores that need no messages in RoundsRouter [ #4 ]
16
16
17
- [ #4 ] : https://github.com/dfns /round-based/pull/4
17
+ [ #4 ] : https://github.com/LFDT-Lockness /round-based/pull/4
18
18
19
19
## v0.2.1
20
20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.3.1"
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Driver for MPC protocols"
7
- repository = " https://github.com/dfns /round-based"
7
+ repository = " https://github.com/LFDT-Lockness /round-based"
8
8
categories = [" asynchronous" , " cryptography" , " network-programming" ]
9
9
keywords = [" round-based" , " mpc" , " protocol" ]
10
10
readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments