Sha256: fa94269c571a0fce6c7c8b894321e134417e506e15494ab4fc961af34d6c11ad

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 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"
      autoload :BLS12381G1, "h2c/m2c/isogeny/bls12381_g1"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
h2c-0.2.1 lib/h2c/m2c/isogeny.rb
h2c-0.2.0 lib/h2c/m2c/isogeny.rb