---
name: miracl
version: 5.6,1
origin: math/miracl
comment: Multiprecision Integer and Rational Arithmetic C/C++ Library
arch: freebsd:9:x86:64
www: http://certivox.com/index.php/solutions/miracl-crypto-sdk
maintainer: bdrewery@FreeBSD.org
prefix: /usr/local
licenselogic: or
licenses: [COMMERCIAL, AGPLv3]
flatsize: 504671
desc: |
  [ excerpt from developer's web site ]

  MIRACL is a Big Number Library which implements all of the primitives
  necessary to design Big Number Cryptography into your real-world
  application. It is primarily a tool for cryptographic system
  implementors. RSA public key cryptography, Diffie-Hellman Key
  exchange, DSA digital signature, they are all just a few procedure
  calls away. Support is also included for even more esoteric Elliptic
  Curves and Lucas function based schemes. The latest version offers
  full support for Elliptic Curve Cryptography over GF(p) and GF(2m).
  Less well-known techniques can also be implemented as MIRACL allows
  you to work directly and efficiently with the big numbers that are
  the building blocks of number-theoretic cryptography. Although
  implemented as a C library, a well-thought out C++ wrapper is
  provided, which greatly simplifies program development. Most example
  programs (25+ of them) are provided in both C and C++ versions.

  WWW: http://certivox.com/index.php/solutions/miracl-crypto-sdk
categories: [math]
files:
  /usr/local/include/miracl.h: 2cef0603f39448164d7ed7667fd225c22ce75c28ce21370dfd8f6338c99f2c88
  /usr/local/include/mirdef.h: adb57981d941ca8c2f1a7e62f5cdf3b285dfaec2058ba21afa7bca32f4ee1166
  /usr/local/lib/libmiracl.a: 8bcc1fce81363149e5eddb90165cff05310af91fc0fda5fba407c8250e4080bd
  /usr/local/share/licenses/miracl-5.6,1/AGPLv3: 6df381162df1885ee4b26f26a4edb1bf545227d1d3cd9e07948c51aa45adf94e
  /usr/local/share/licenses/miracl-5.6,1/COMMERCIAL: db8e279833bd16187988c900bc1ecf017fc4bc1730f1af331583813210b947ad
  /usr/local/share/licenses/miracl-5.6,1/LICENSE: 2340a50b5b65e1ee704b6c21feff3a7e932862a55f3e66de75b61685642e4b13
  /usr/local/share/licenses/miracl-5.6,1/catalog.mk: d307db47d0a525f12d79b98424bb653b3df25418889e93af021381e4d06eeec9
directories:
  /usr/local/share/licenses/miracl-5.6,1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
