Download the PHP package noxlogic/oprf without Composer
On this page you can find all versions of the php package noxlogic/oprf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download noxlogic/oprf
More information about noxlogic/oprf
Files in noxlogic/oprf
Download noxlogic/oprf
More information about noxlogic/oprf
Files in noxlogic/oprf
Vendor noxlogic
Package oprf
Short Description Oblivious Pseudorandom Function (OPRF) library for PHP, based on RFC 9497
License MIT
Package oprf
Short Description Oblivious Pseudorandom Function (OPRF) library for PHP, based on RFC 9497
License MIT
Please rate this library. Is it a good library?
Informations about the package oprf
oprf-php
PHP implementation of the Oblivious Pseudorandom Function (OPRF) protocol, base mode, as defined in RFC 9497 using the ristretto255-SHA-512 suite.
Compatible with liboprf.
Requirements
- PHP 8.2 or higher
- libsodium APIs provided by either:
ext-sodium(recommended, libsodium >= 1.0.18)paragonie/sodium_compat
Installation
If ext-sodium is unavailable, install the compatible polyfill:
Usage
Client side
Server side
Full round-trip
The pseudonym is deterministic: the same input and server key always produce the same output, regardless of the random blind scalar chosen during blind().
Development
License
MIT - see LICENSE.
All versions of oprf with dependencies
PHP Build Version
Package Version
The package noxlogic/oprf contains the following files
Loading the files please wait ...