pub fn sign(init_data: &str, token: &str) -> Result<String, InitDataError>
Sign creates hash for init data using bot token.
See init_data_rs::parse for possible errors
init_data_rs::parse