File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed 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 66//! [3]: https://en.wikipedia.org/wiki/Stream_cipher
77
88#![ no_std]
9- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
9+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1010#![ doc(
1111 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" ,
1212 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
Original file line number Diff line number Diff line change 11//! Common cryptographic traits.
22
33#![ no_std]
4- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
55#![ doc(
66 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" ,
77 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/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 2626//! [`digest-io`]: https://docs.rs/digest-io
2727
2828#![ no_std]
29- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
29+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
3030#![ forbid( unsafe_code) ]
3131#![ doc(
3232 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/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 11#![ doc = include_str ! ( "../README.md" ) ]
22#![ no_std]
3- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
3+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
44#![ doc(
55 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
66 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 44 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
55 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
66) ]
7- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
7+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
88#![ forbid( unsafe_code) ]
99#![ allow( async_fn_in_trait) ]
1010#![ warn(
You can’t perform that action at this time.
0 commit comments