mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 14:15:21 -06:00
13 lines
167 B
Text
13 lines
167 B
Text
description "Encrypt/Decrypt routines using Snow2 OR RC4 stream cypher\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
StreamCypher.h,
|
|
Snow2.h,
|
|
Snow2.cpp,
|
|
RC4.h,
|
|
RC4.cpp,
|
|
srcdoc.tpp;
|
|
|