11# dgc
22
3- <img src =" https://github.com/lmammino /dgc/raw/main/dgc-rust-logo.svg " alt =" DGC rust library logo " width =" 300 " >
3+ <img src =" https://github.com/rust-italia /dgc/raw/main/dgc-rust-logo.svg " alt =" DGC rust library logo " width =" 300 " >
44
5- [ ![ Test] ( https://github.com/lmammino /dgc/actions/workflows/Test.yml/badge.svg )] ( https://github.com/lmammino /dgc/actions/workflows/Test.yml )
6- [ ![ codecov] ( https://codecov.io/gh/lmammino /dgc/branch/main/graph/badge.svg?token=4CNbvgaDc1 )] ( https://codecov.io/gh/lmammino /dgc )
5+ [ ![ Test] ( https://github.com/rust-italia /dgc/actions/workflows/Test.yml/badge.svg )] ( https://github.com/rust-italia /dgc/actions/workflows/Test.yml )
6+ [ ![ codecov] ( https://codecov.io/gh/rust-italia /dgc/branch/main/graph/badge.svg?token=4CNbvgaDc1 )] ( https://codecov.io/gh/rust-italia /dgc )
77[ ![ crates.io badge] ( https://img.shields.io/crates/v/dgc.svg )] ( https://crates.io/crates/dgc )
88[ ![ Documentation] ( https://docs.rs/dgc/badge.svg )] ( https://docs.rs/dgc )
99
@@ -21,8 +21,8 @@ A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpa
2121
2222Current limitations:
2323
24- - It only supports EC signatures (see [ #2 ] ( https://github.com/lmammino /dgc/issues/2 ) )
25- - It does not support KID in the COSE unprotected header (see [ #1 ] ( https://github.com/lmammino /dgc/issues/1 ) )
24+ - It only supports EC signatures (see [ #2 ] ( https://github.com/rust-italia /dgc/issues/2 ) )
25+ - It does not support KID in the COSE unprotected header (see [ #1 ] ( https://github.com/rust-italia /dgc/issues/1 ) )
2626
2727
2828## Usage
@@ -80,7 +80,7 @@ match signature_validity {
8080
8181### Other examples?
8282
83- To get started using ` dgc ` , see the [ ` examples ` ] ( https://github.com/lmammino /dgc/tree/main/examples ) or the [ docs] ( https://docs.rs/dgc ) .
83+ To get started using ` dgc ` , see the [ ` examples ` ] ( https://github.com/rust-italia /dgc/tree/main/examples ) or the [ docs] ( https://docs.rs/dgc ) .
8484
8585If you clone the repository locally, you can easily run the example files with:
8686
@@ -93,7 +93,7 @@ cargo run --example <name of example file>
9393
9494Everyone is very welcome to contribute to this project.
9595You can contribute just by submitting bugs or suggesting improvements by
96- [ opening an issue on GitHub] ( https://github.com/lmammino /dgc/issues ) .
96+ [ opening an issue on GitHub] ( https://github.com/rust-italia /dgc/issues ) .
9797
9898
9999## License
0 commit comments