PHP Classes

File: doc/Classes/Halite.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   doc/Classes/Halite.md   Download  
File: doc/Classes/Halite.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change:
Date: 8 years ago
Size: 390 bytes
 

Contents

Class file image Download

Halite

Namespace: \ParagonIE\Halite

This is just an abstract class that contains some constants for the current release of Halite.

Constants

const VERSION             = '0.7.0';

const HALITE_VERSION_KEYS = "\x31\x40\x00\x07";
const HALITE_VERSION_FILE = "\x31\x41\x00\x07";
const HALITE_VERSION      = "\x31\x42\x00\x07";

const VERSION_TAG_LEN = 4;