Crate slack_verify

Crate slack_verify 

Source
Expand description

Slack Message Verification

Enums§

FromHexError
The error type for decoding a hex string into Vec<u8> or [u8; N].

Functions§

verify
verify returns Result<bool, FromHexError>