Class: CryptoToolchain::Tools::RSABroadcastAttack::Input

Inherits:
Struct
  • Object
show all
Defined in:
lib/crypto_toolchain/tools/rsa_broadcast_attack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject

Returns the value of attribute ciphertext

Returns:

  • (Object)

    the current value of ciphertext



4
5
6
# File 'lib/crypto_toolchain/tools/rsa_broadcast_attack.rb', line 4

def ciphertext
  @ciphertext
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



4
5
6
# File 'lib/crypto_toolchain/tools/rsa_broadcast_attack.rb', line 4

def public_key
  @public_key
end