blowfish.omffblowfish-version

function

Library: Blowfish (OMFFBLOWFISH)
Import : omffblowfish.xmd

Returns: the version information for the library


Declaration
export string function 
   omffblowfish-version


Purpose

blowfish.omffblowfish-version returns the version and copyright information for the OMFFBLOWFISH library.

Example

The following program outputs the version information for the OMFFBLOWFISH library:

  import "omffblowfish.xmd" prefixed by blowfish.
  
  process
     output blowfish.omffblowfish-version || "%n"

Usage Note

To use blowfish.omffblowfish-version, you must import OMFFBLOWFISH into your program using an import declaration such as:

  import "omffblowfish.xmd" prefixed by blowfish.