This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

set_generator

        # OpenSSL::PKey::EC::Group.set_generator

(from ruby core)
### Implementation from Group
---
    group.set_generator(generator, order, cofactor)   => self

---

Sets the curve parameters. *generator* must be an instance of EC::Point
that is on the curve. *order* and *cofactor* are integers.

See the OpenSSL documentation for EC_GROUP_set_generator()



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.