PHP Classes

File: src/Interfaces/SymmetricKeyInterface.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   HPKE PHP   src/Interfaces/SymmetricKeyInterface.php   Download  
File: src/Interfaces/SymmetricKeyInterface.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: 106 bytes
 

Contents

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

interface
SymmetricKeyInterface
{

}