damaki / libkeccak

SHA-3 and other Keccak related algorithms in SPARK/Ada.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on gnatprove in the top-level alire.toml

damaki opened this issue · comments

The top-level alire.toml for libkeccak should not depend directly on gnatprove

The recommended workflow is to have a nested crate that depends on libkeccak and on gnatprove, that is used for the verification. This nested crate needs not to be explicitly published, but can be distributed normally with the main library sources. See here: https://github.com/alire-project/alire/blob/master/doc/catalog-format-spec.md#using-pins-for-crate-testing