ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
26 stars 9 forks source link

Add a `Crypto::Key::EC#curve` method #438

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Add a curve method to Crypto::Key::EC which calls group.curve_name.

postmodern commented 1 year ago

Implemented by 956f3e5.