Method __builtin.Nettle.Sign()->public_key_equal()


Method public_key_equal

bool public_key_equal(this_program other)

Description

Check whether the public key is the same in two objects.

Note

This function differs from _equal() in that only the public key is regarded, and that it only needs to regard objects implementing Crypto.Sign.

See also

_equal()