https://gitlab.com/tezos/tezos
Raw File
Tip revision: 80e402dbdc08971f35eb663b5345b778fb08238b authored by Julien Coolen on 14 February 2023, 16:44:01 UTC
DAL/crypto: use G1 FFT working on contiguous C arrays
Tip revision: 80e402d
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_bls12_381_polynomial_internal)
 (public_name tezos-bls12-381-polynomial-internal)
 (instrumentation (backend bisect_ppx))
 (libraries
  bls12-381
  ppx_repr
  bigstringaf)
 (preprocess (pps ppx_repr))
 (foreign_stubs
  (language c)
  (names
   caml_polynomial_stubs
   caml_srs_stubs
   caml_ec_array_stubs
   caml_fft_stubs
   polynomial
   fft))
 (c_library_flags (-Wall -Wextra :standard)))
back to top