INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"Blowfish key"
project:
"Security library"
revision:
"$Revision: 1.1 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
security
class
BLOWFISH_KEY
inherit
MEMORY
end
creation
{
BLOWFISH
}
make
feature
{
NONE
}
-- Creation
make
(
key
:
STRING
)
-- Initialize using `key'
require
non_void_key
:
key
/=
void
end
-- class
BLOWFISH_KEY
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES