Skip to content

Instantly share code, notes, and snippets.

@kangguru
Created December 6, 2016 07:24
Show Gist options
  • Save kangguru/781d063151dd80417e68bbbce086c427 to your computer and use it in GitHub Desktop.
Save kangguru/781d063151dd80417e68bbbce086c427 to your computer and use it in GitHub Desktop.
# Create a client
client = Epics::Client.new(....)
# print the public key for A (E and X work the same way):
puts client.a.key.public_key.to_s
# the public digest is directly accessible via:
puts client.a.public_digest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment