@@ -6,7 +6,7 @@ members = [
6
6
" ead/lakers-ead-authz" ,
7
7
" crypto" ,
8
8
" crypto/lakers-crypto-cc2538" ,
9
- " crypto/lakers-crypto-hacspec" ,
9
+ # "crypto/lakers-crypto-hacspec",
10
10
" crypto/lakers-crypto-psa" ,
11
11
" crypto/lakers-crypto-rustcrypto" ,
12
12
" crypto/lakers-crypto-cryptocell310-sys" ,
@@ -23,7 +23,7 @@ default-members = [
23
23
" lib" ,
24
24
" ead" ,
25
25
" crypto" ,
26
- " crypto/lakers-crypto-hacspec " ,
26
+ " crypto/lakers-crypto-rustcrypto " ,
27
27
" examples/coap" ,
28
28
]
29
29
@@ -49,17 +49,17 @@ lakers-crypto = { path = "crypto/" }
49
49
50
50
lakers-crypto-cc2538 = { path = " crypto/lakers-crypto-cc2538/" }
51
51
lakers-crypto-cryptocell310 = { path = " crypto/lakers-crypto-cryptocell310-sys/" }
52
- lakers-crypto-hacspec = { path = " crypto/lakers-crypto-hacspec/" }
52
+ # lakers-crypto-hacspec = { path = "crypto/lakers-crypto-hacspec/" }
53
53
lakers-crypto-psa = { path = " crypto/lakers-crypto-psa/" }
54
54
lakers-crypto-rustcrypto = { package = " lakers-crypto-rustcrypto" , path = " crypto/lakers-crypto-rustcrypto/" , version = " ^0.4.1" }
55
55
56
56
lakers = { package = " lakers" , path = " lib/" , version = " ^0.4.1" , default-features = false }
57
57
58
58
[patch .crates-io ]
59
- hacspec-lib = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
60
- hacspec-p256 = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
61
- hacspec-hkdf = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
62
- hacspec-sha256 = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
63
- hacspec-aes = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
64
- hacspec-aes-ccm = { git = " https://github.com/malishav/hacspec" , branch = " aesccm" }
59
+ # hacspec-lib = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
60
+ # hacspec-p256 = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
61
+ # hacspec-hkdf = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
62
+ # hacspec-sha256 = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
63
+ # hacspec-aes = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
64
+ # hacspec-aes-ccm = { git = "https://github.com/malishav/hacspec", branch = "aesccm" }
65
65
psa-crypto = { git = " https://github.com/malishav/rust-psa-crypto" , branch = " baremetal" }
0 commit comments