PHP Classes

File: src/HPKEException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   HPKE PHP   src/HPKEException.php   Download  
File: src/HPKEException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: HPKE PHP
Encrypt and decrypt data using hybrid public keys
Author: By
Last change:
Date: 8 days ago
Size: 117 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\HPKE;

use
Exception;

class
HPKEException extends Exception
{

}