Diffie Hellman key exchange for ruby
alice = DHKey.newbob = DHKey.new(alice.base, alice.prime)alice.their_public_key = bob.my_public_keybob.their_public_key = alice.my_public_key
alice.shared_key == bob.shared_key # => true
没有任何数据可供显示