Returns the crypto interface of this window.
Returns:
the crypto interface of this window
75 76 77
# File 'opal/browser/crypto.rb', line 75 def crypto @crypto ||= Crypto.new(`#@native.crypto`) end