Method __builtin.Nettle.Sign()->public_key_equal()
- Method
public_key_equal
 boolpublic_key_equal(this_programother)- 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