ingenerator / php-utils

Simple, standalone utility classes for PHP applications
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Add light wrapper around native anonymous public key encryption #51

Closed acoulton closed 1 year ago

acoulton commented 1 year ago

And a utility UniqueMap class for cases where you want an associative array that throws if you try to overwrite an existing key or access one that is undefined.