<?php declare(strict_types=1); namespace ParagonIE\HPKE\Interfaces; interface SymmetricKeyInterface { }
info at phpclasses dot org