Sha256: a833ce5c7dbc04107e22273d6f4b3e75e266929c3422981ab4b661491e95016a
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module H2C # Map to Curve functions. # https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-16.html#section-6 module M2C autoload :ISOGeny, "h2c/m2c/isogeny" autoload :SSWU, "h2c/m2c/sswu" autoload :SSWUAB0, "h2c/m2c/sswuab0" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
h2c-0.2.1 | lib/h2c/m2c.rb |
h2c-0.2.0 | lib/h2c/m2c.rb |
h2c-0.1.0 | lib/h2c/m2c.rb |