NAME

Trfcrypt_Init - Initialize extension in standard interpreter.

SYNOPSIS

#include <generic/trfcrypt.h>

int Trfcrypt_Init(Tcl_Interp *interp);

PARAMETERS

Tcl_Interp *interp
Interpreter to initialize.

DESCRIPTION

Extends the interpreter with extension-specific structures and installs the globally visible command of Tcl-TRFCRYPT. Will catch attempts for multiple initialization of an interpreter.

SEE ALSO

Trfcrypt_SafeInit , Trfcrypt_CSchedule , Trfcrypt_CEncryptChar , Trfcrypt_CDecryptChar , Trfcrypt_CCheck , Trfcrypt_RegisterCipher , Trfcrypt_BCSchedule , Trfcrypt_BCEncryptBlock , Trfcrypt_BCDecryptBlock , Trfcrypt_BCCheck , Trfcrypt_RegisterBlockcipher , Trfcrypt_XorBuffer , Trfcrypt_ShiftRegister , Trfcrypt_FlipRegisterShort , Trfcrypt_FlipRegisterLong