Skip to content

Commit

Permalink
Remove cosey fork in favour of new upstream release (fixes #54) (#88)
Browse files Browse the repository at this point in the history
Upstream all the things!!!111!

This will unblock #71
  • Loading branch information
AlfioEmanueleFresta authored Mar 5, 2025
1 parent 60d6f5b commit 1eda27d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 113 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "solo/src/ext"]
path = solo/src/ext
url = https://github.com/AlfioEmanueleFresta/solo.git
[submodule "cosey"]
path = cosey
url = https://github.com/AlfioEmanueleFresta/cosey.git
115 changes: 8 additions & 107 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cosey
Submodule cosey deleted from 3d30a0
3 changes: 1 addition & 2 deletions libwebauthn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bitflags = "2.4.1"
rand = "0.8.4"
p256 = { version = "0.13.2", features = ["ecdh", "arithmetic", "serde"] }
heapless = "0.7"
# cosey = "0.3.0"
cosey = "0.3.2"
aes = "0.8.2"
hmac = "0.12.1"
cbc = { version = "0.1", features = ["alloc"] }
Expand All @@ -61,7 +61,6 @@ tokio-tungstenite = { version = "0.20.1", features = [
] }
tokio-stream = "0.1.4"
snow = { version = "0.10.0-alpha.1", features = ["use-p256"] }
cosey = { path = "../cosey" }
ctap-types = { version = "0.3.2" }

[dev-dependencies]
Expand Down

0 comments on commit 1eda27d

Please sign in to comment.