https://gitlab.com/tezos/tezos
Raw File
Tip revision: 13ed79eca064a1c4f7189b24a7b51b50008f1973 authored by Marina Polubelova on 17 October 2023, 09:22:05 UTC
lib_plompiler: use 4-bit lookup ops for Blake2
Tip revision: 13ed79e
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (_ (env-vars (NODE_PRELOAD hacl-wasm,ocaml-bls12-381,secp256k1-wasm))))

(library
 (name tezos_crypto)
 (public_name octez-libs.crypto)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.stdlib
  data-encoding
  octez-libs.lwt-result-stdlib
  lwt
  octez-libs.hacl
  secp256k1-internal
  octez-libs.error-monad
  octez-libs.rpc
  aches
  zarith
  zarith_stubs_js
  bls12-381
  octez-libs.bls12-381-signature)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Data_encoding
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib))
back to top