parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
77 stars 61 forks source link

elliptic_curve: Fix broken references #161

Closed wiktor-k closed 1 year ago

wiktor-k commented 1 year ago

I wanted to use some link for ANSI X9.62 but didn't find anything useful to link to (I'm all ears if someone has a good idea) but for the time being I'm removing the broken markup.

One more thing is that the code references stuff in cryptoki_sys (like raw structure names) I wonder if it's a good idea (and technically possible) to link to them in the docs (the disadvantage is "leaking" raw types but I'm not sure it's a big deal in practice).

Edit: btw I'm surprised that cargo rustdoc -- -D rustdoc::broken_intra_doc_links doesn't complain :( it seems it only detects broken references if they don't contain a space.