[−][src]Enum libcoreinst::io::IgnitionHash
Ignition-style message digests
Variants
SHA-256 digest.
SHA-512 digest.
Implementations
impl IgnitionHash[src]
pub fn try_parse(input: &str) -> Result<Self>[src]
Try to parse an hash-digest argument.
This expects an input value following the ignition.config.verification.hash
spec, i.e. <type>-<value> format.
pub fn validate(&self, input: &mut impl Read) -> Result<()>[src]
Digest and validate input data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IgnitionHash
impl Send for IgnitionHash
impl Sync for IgnitionHash
impl Unpin for IgnitionHash
impl UnwindSafe for IgnitionHash
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,