Method: Rex::Proto::Kerberos::Crypto::RsaMd5#checksum
- Defined in:
- lib/rex/proto/kerberos/crypto/rsa_md5.rb
#checksum(key, msg_type, data) ⇒ String
The MD5 checksum of the data
14 15 16 |
# File 'lib/rex/proto/kerberos/crypto/rsa_md5.rb', line 14 def checksum(key, msg_type, data) Rex::Text.md5_raw(data) end |