MegaApi.Crypto.prepare_key_pw C# (CSharp) Method

prepare_key_pw() public static method

public static prepare_key_pw ( string password ) : uint[]
password string
return uint[]
        public static uint[] prepare_key_pw(string password)
        {
            return prepare_key(str_to_a32(password));
        }