Sha256: 50bdb84690d58b0747b69ae76a02414f65a9950bae642a9786d234e377bea0dc
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true module H2C module M2C # https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-16.html#name-isogeny-maps-for-suites module ISOGeny autoload :Secp256k1, "h2c/m2c/isogeny/secp256k1" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
h2c-0.1.0 | lib/h2c/m2c/isogeny.rb |