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