evaluate(_:)

Compute the PRF without blinding or proof.

VOPRF+API.swift:433
iOS
16.0+
macOS
13.0+
tvOS
16.0+
watchOS
9.0+
func evaluate<D>(_ input: D) throws -> Data where D : DataProtocol

Parameters

input

The input message for which to compute the PRF.

Returns

The computed PRF, the same as the VOPRF, without the blinding or proof.