curve25519-dalek-source/src
Tony Arcieri 01ad6305f2
Edition fixups: remove extern crate, add idioms lint (#231)
Rust editions 2018+ do not require `extern crate` except for linking
`alloc` and `std`.
2022-12-08 02:39:48 -05:00
..
batch.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
constants.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
errors.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
keypair.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
lib.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
public.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
secret.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
signature.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00