REBOL Programming/dsa-make-key

< REBOL Programming

USAGE:

DSA-MAKE-KEY /generate length 

DESCRIPTION:

Creates a key object for DSA

DSA-MAKE-KEY is a native value.

REFINEMENTS

SOURCE CODE

dsa-make-key: native[
    "Creates a key object for DSA" 
    /generate 
    length [integer!] "Key length"
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.