Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: expose ECDH class #8188

Closed
wants to merge 2 commits into from
Closed

crypto: expose ECDH class #8188

wants to merge 2 commits into from

Commits on Sep 23, 2017

  1. test: crypto createClass instanceof Class

    The crypto classes are also exposed as createClass for each class. This
    tests that each of them returns an instance of the class in question.
    bengl committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    7f24cfc View commit details
    Browse the repository at this point in the history
  2. crypto: expose ECDH class

    For consistency with the rest of the crypto classes, exposes the ECDH
    class. Originally, only the createECDH function was exposed, and there
    was no real reason to hide the class.
    bengl committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    55af690 View commit details
    Browse the repository at this point in the history