Sha256: 89fc305903e84e95b45be594587f806fc263df14bbc95af9f2f359c198931651
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true # rubocop:disable Style/GlobalVars require "mkmf" $CFLAGS << " -Wall -O3 -pedantic -std=c99 -mbmi -mbmi2 -march=native -mtune=native" create_makefile "x25519_precomputed" # rubocop:enable Style/GlobalVars
Version data entries
4 entries across 4 versions & 1 rubygems