int verify_signature(string text, string sig, string pubkey)
Verify text against signature sig with the public key pubkey .