Available on php, cpp, python, macro, lua, hl, jvm, 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