Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/crypto/key_wrap.rb
21537 views
1
module Rex::Crypto::KeyWrap
2
require 'rex/crypto/key_wrap/nist_sp_800_38f'
3
end
4
5