Available on php, cpp, java, python, macro, lua, hl, neko
staticmake(data:Bytes, alg:DigestAlgorithm):Bytes
staticsign(data:Bytes, privKey:Key, alg:DigestAlgorithm):Bytes
staticverify(data:Bytes, signature:Bytes, pubKey:Key, alg:DigestAlgorithm):Bool