Trait talk_api_internal::auth::xvc::XvcHasher
source · pub trait XvcHasher {
// Required method
fn full_xvc_hash(
&self,
device_uuid: &str,
user_agent: &str,
email: &str
) -> Vec<u8>;
}
Expand description
Trait for XVC hash calculating