risingwave_frontend::user::user_authentication

Function sha256_hash

source
pub fn sha256_hash(name: &str, password: &str) -> Vec<u8> 
Expand description

Encrypt “password+name” with SHA-256.