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