Name-reservation stub.
I intended this crate to be called digidoc but someone beat me to it while I was working on my own crate.
Incredibly frustrating.
With the pkcs11 feature, allkiri can sign an ASiC-E container using an Estonian ID card:
cargo run --features pkcs11 --example sign_id_card -- \
test.txt test.asiceThe issuer certificate is auto-discovered through the AIA CA Issuers. Alternatively, fetch it manually with
curl -O https://crt-test.eidpki.ee/testESTEID2025.crtand pass the certificate as a third positional argument.
Apache-2.0.