Skip to content
Snippets Groups Projects
user avatar
Bastian Köcher authored
* Make `application-crypto` `std` feature internal

The macros should not generate code that requires that the calling crate
has a feature with the name `std` defined.

* Use a proper panic!
dcc0a413