Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

MD5 Message Digest Unit Programmers Guide

Applies to: ~>1.0

Introduction

This section of the MD5 Message Digest Unit documentation describes the API exposed by the unit to programmers.

There is just one unit in this project, named PJMD5 that contains all the code.

Contents

Units

Unit Description
PJMD5 The only unit in this project. It contains all the functionality.

Types

Type Description
TPJMD5 Class used to generate message digests.
TPJMD5Digest Record that encapsulates a message digest.
EPJMD5 – Class of exception used to report errors.  

Conventions

This documentation complies with these conventions.