Method: CcipherFactory::AsymKeySigner::ECCVerifier#verify_final
- Defined in:
- lib/ccipher_factory/asymkey_cipher/ecc/ecc_verifier.rb
#verify_final ⇒ Object
41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/ccipher_factory/asymkey_cipher/ecc/ecc_verifier.rb', line 41 def verify_final @digest.digest_final res = Ccrypto::AlgoFactory.engine(Ccrypto::ECCConfig).verify(@signer, intOutputBuf.bytes, @sign) #res = @signer.dsa_verify_asn1(intOutputBuf.string, @sign) res end |