Method: CcipherFactory::AsymKeySigner::ECCVerifier#verify_update_data

Defined in:
lib/ccipher_factory/asymkey_cipher/ecc/ecc_verifier.rb

#verify_update_data(data) ⇒ Object



37
38
39
# File 'lib/ccipher_factory/asymkey_cipher/ecc/ecc_verifier.rb', line 37

def verify_update_data(data)
  @digest.digest_update(data) 
end