Skip to content

runtimeverification/blockchain-k-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

651a2db · Mar 7, 2025
Feb 6, 2025
Feb 6, 2025
Feb 10, 2025
Feb 10, 2025
Feb 6, 2025
Jul 26, 2024
Feb 6, 2025
Jan 7, 2020
Mar 7, 2025
Apr 22, 2024
Feb 18, 2025
Oct 28, 2024
Feb 6, 2025

Repository files navigation

Blockchain K Plugin

For integrating cryptographic hooks into your K definition.

Building

These instructions are for Ubuntu, assuming that Clang12 is installed.

  • Update submodules: git submodule update --init --recursive
  • Build dependencies: make CXX=clang++-12 -j3 libff libcryptopp libsecp256k1
  • Build: make CXX=clang++-12 build -j3

Testing

  • Run tests: make test