From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_s_h_a1.html | 391 ------------------------------------- 1 file changed, 391 deletions(-) delete mode 100644 Doc/doxygen/html/class_s_h_a1.html (limited to 'Doc/doxygen/html/class_s_h_a1.html') diff --git a/Doc/doxygen/html/class_s_h_a1.html b/Doc/doxygen/html/class_s_h_a1.html deleted file mode 100644 index fe75718..0000000 --- a/Doc/doxygen/html/class_s_h_a1.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - -Starshatter_Open: SHA1 Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
SHA1 Class Reference
-
-
- -

#include <Sha1.h>

- -

List of all members.

- - - - - - - - - - - - - - -

-Public Member Functions

 SHA1 ()
virtual ~SHA1 ()
void Reset ()
bool Result (unsigned *message_digest_array)
void Input (const unsigned char *message_array, unsigned length)
void Input (const char *message_array, unsigned length)
void Input (unsigned char message_element)
void Input (char message_element)
SHA1operator<< (const char *message_array)
SHA1operator<< (const unsigned char *message_array)
SHA1operator<< (const char message_element)
SHA1operator<< (const unsigned char message_element)
-

Detailed Description

-
-

Definition at line 27 of file Sha1.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - -
SHA1::SHA1 ()
-
- -

Definition at line 58 of file Sha1.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
SHA1::~SHA1 ()
-
-virtual
-
- -

Definition at line 78 of file Sha1.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
void SHA1::Input (const unsigned char * message_array,
unsigned length 
)
-
- -

Definition at line 174 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void SHA1::Input (const char * message_array,
unsigned length 
)
-
- -

Definition at line 233 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
void SHA1::Input (unsigned char message_element)
-
- -

Definition at line 255 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
void SHA1::Input (char message_element)
-
- -

Definition at line 276 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
SHA1 & SHA1::operator<< (const char * message_array)
-
- -

Definition at line 299 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
SHA1 & SHA1::operator<< (const unsigned char * message_array)
-
- -

Definition at line 330 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
SHA1 & SHA1::operator<< (const char message_element)
-
- -

Definition at line 360 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
SHA1 & SHA1::operator<< (const unsigned char message_element)
-
- -

Definition at line 384 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - -
void SHA1::Reset ()
-
- -

Definition at line 99 of file Sha1.cpp.

- -
-
- -
-
- - - - - - - - -
bool SHA1::Result (unsigned * message_digest_array)
-
- -

Definition at line 133 of file Sha1.cpp.

- -
-
-
The documentation for this class was generated from the following files:
    -
  • D:/SRC/StarshatterSVN/nGenEx/Sha1.h
  • -
  • D:/SRC/StarshatterSVN/nGenEx/Sha1.cpp
  • -
-
-
- - - - -- cgit v1.1