//! `signature` module provides primary object of [`Signature`] which will be used
//! to generate a digital signature based on given message (in bytes)
use ;
use hex;
/// `Signature` is an object that consists of a raw message (in bytes) and also it's [`SigningKey`]
///
/// This object will be able to sign and encode the signature into `HEX` format