# frozen_string_literal: true require "x25519/version" # The X25519 Elliptic Curve Diffie-Hellman Function (described in RFC7748) module X25519 end