File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " fn-dsa-comm"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66description.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " fn-dsa-kgen"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66description.workspace = true
@@ -12,7 +12,7 @@ repository.workspace = true
1212rust-version.workspace = true
1313
1414[dependencies ]
15- fn-dsa-comm = { version = " 0.1 " , path = " ../fn-dsa-comm" }
15+ fn-dsa-comm = { version = " 0.2 " , path = " ../fn-dsa-comm" }
1616zeroize.workspace = true
1717
1818[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " fn-dsa-sign"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66description.workspace = true
@@ -12,7 +12,7 @@ repository.workspace = true
1212rust-version.workspace = true
1313
1414[dependencies ]
15- fn-dsa-comm = { version = " 0.1 " , path = " ../fn-dsa-comm" }
15+ fn-dsa-comm = { version = " 0.2 " , path = " ../fn-dsa-comm" }
1616zeroize.workspace = true
1717
1818[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " fn-dsa-vrfy"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66description.workspace = true
@@ -12,7 +12,7 @@ repository.workspace = true
1212rust-version.workspace = true
1313
1414[dependencies ]
15- fn-dsa-comm = { version = " 0.1 " , path = " ../fn-dsa-comm" }
15+ fn-dsa-comm = { version = " 0.2 " , path = " ../fn-dsa-comm" }
1616
1717[dev-dependencies ]
1818hex.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " fn-dsa"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66description.workspace = true
@@ -12,10 +12,10 @@ repository.workspace = true
1212rust-version.workspace = true
1313
1414[dependencies ]
15- fn-dsa-comm = { version = " 0.1 " , path = " ../fn-dsa-comm" }
16- fn-dsa-kgen = { version = " 0.1 " , path = " ../fn-dsa-kgen" }
17- fn-dsa-sign = { version = " 0.1 " , path = " ../fn-dsa-sign" }
18- fn-dsa-vrfy = { version = " 0.1 " , path = " ../fn-dsa-vrfy" }
15+ fn-dsa-comm = { version = " 0.2 " , path = " ../fn-dsa-comm" }
16+ fn-dsa-kgen = { version = " 0.2 " , path = " ../fn-dsa-kgen" }
17+ fn-dsa-sign = { version = " 0.2 " , path = " ../fn-dsa-sign" }
18+ fn-dsa-vrfy = { version = " 0.2 " , path = " ../fn-dsa-vrfy" }
1919
2020[dev-dependencies ]
2121hex.workspace = true
You can’t perform that action at this time.
0 commit comments