コード例 #1
0
ファイル: ScalarMult.cs プロジェクト: archerland/UCS-3
 //TODO: Add documentation header
 public static int Bytes()
 {
     return(SodiumLibrary.crypto_scalarmult_bytes());
 }