repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1943761 - Add class alignment to the mozsearch analysis file. r=asuth
[gecko.git]
/
security
/
manager
/
ssl
/
crypto_hash
/
Cargo.toml
blob
f842368d4b5f2965d8bfc81881fbeb573eeb7250
1
[package]
2
name = "crypto_hash"
3
version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
base64 = "0.21"
8
digest = "0.10.2"
9
libc = "0.2"
10
md-5 = "0.10.2"
11
nserror = { path = "../../../../xpcom/rust/nserror" }
12
nsstring = { path = "../../../../xpcom/rust/nsstring" }
13
sha1 = "0.10.2"
14
sha2 = "0.10.2"
15
xpcom = { path = "../../../../xpcom/rust/xpcom" }