@hackage cryptol3.1.0

Cryptol: The Language of Cryptography

Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see http://www.cryptol.net/.

  • Installation

  • Dependencies (47)

  • Dependents (0)

  • Package Flags

      static
       (off by default)

      Create a statically-linked binary

      relocatable
       (on by default)

      Don't use the Cabal-provided data directory for looking up Cryptol libraries. This is useful when the data directory can't be known ahead of time, like for a relocatable distribution.

      ffi
       (on by default)

      Enable the foreign function interface