File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 100100//! [`chacha20poly1305`]: https://docs.rs/chacha20poly1305
101101
102102#![ no_std]
103- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
103+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
104104#![ doc(
105105 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
106106 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
Original file line number Diff line number Diff line change 4949//! [HC-256]: https://en.wikipedia.org/wiki/HC-256
5050
5151#![ no_std]
52- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
52+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
5353#![ doc(
5454 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
5555 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
Original file line number Diff line number Diff line change 4949//! [Rabbit]: https://tools.ietf.org/html/rfc4503#section-2.3
5050
5151#![ no_std]
52- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
52+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
5353#![ doc(
5454 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
5555 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
33#![ doc = include_str ! ( "../README.md" ) ]
44#![ doc(
55 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
Original file line number Diff line number Diff line change 6767//! [Salsa]: https://en.wikipedia.org/wiki/Salsa20
6868
6969#![ no_std]
70- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
70+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
7171#![ doc(
7272 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
7373 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
You can’t perform that action at this time.
0 commit comments