Sha256: 05fc62af410da517f57718bc87d84c14eea5e05c07ca586d993b332c0aee3cd9

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Style/GlobalVars

require "mkmf"

$CFLAGS << " -Wall -O3 -pedantic -std=c99 -mbmi -mbmi2 -march=haswell"

create_makefile "x25519_precomputed"

# rubocop:enable Style/GlobalVars

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
x25519-1.0.9 ext/x25519_precomputed/extconf.rb