sha256_getHash

指定したデータのSHA256ハッシュ値を取得します。


taiseiue | 2024-11-21

定義

名前空間: Alice.Security
アセンブリ: Losetta.Runtime.dll
ソースコード: Alice.Security.cs

sha256_GetHash(bytes)

指定したデータのSHA256ハッシュ値を取得します。

AliceScript
namespace Alice.Security;
public bytes sha256_getHash(bytes data);
引数
data 計算対象のデータ
戻り値
bytes dataをハッシュ関数で計算した値

対応
AliceScript 2.1、2.2、2.3、3.0
AliceSister 2.1、2.2、2.3、3.0
Losetta 0.9、0.10