botan-0.0.1.0: High-level Botan bindings
Safe HaskellNone
LanguageHaskell2010

Botan.Version

Synopsis

Documentation

botanFFIAPIVersion :: Int Source #

Returns the version of the currently supported FFI API. This is expressed in the form YYYYMMDD of the release date of this version of the API.

botanFFISupportsAPI :: Int -> Bool Source #

Returns 0 iff the FFI version specified is supported by this library. Otherwise returns -1. The expression botan_ffi_supports_api(botan_ffi_api_version()) will always evaluate to 0. A particular version of the library may also support other (older) versions of the FFI API.

botanVersionText :: Text Source #

Returns a free-form string describing the version. The return value is a statically allocated string.

botanVersionMajor :: Int Source #

Returns the major version of the library

botanVersionMinor :: Int Source #

Returns the minor version of the library

botanVersionPatch :: Int Source #

Returns the patch version of the library

botanVersionDatestamp :: Int Source #

Returns the date this version was released as an integer YYYYMMDD, or 0 if an unreleased version