summaryrefslogtreecommitdiffstats
path: root/ipc/src/keygrip.rs
AgeCommit message (Expand)Author
2024-05-16ipc: Extend Keygrip::of to support brainpoolP384r1 curves.Neal H. Walfield
2022-09-29ipc: Fix computing keygrips.Justus Winter
2021-09-15ipc: Avoid creating unused borrows.Justus Winter
2021-04-16ipc: Don't abort if the curve parameter is unknown, fail.Neal H. Walfield
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06ipc: Handle matching on non_exhaustive enums.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter