Package com.google.crypto.tink.subtle.prf
-
Interface Summary Interface Description StreamingPrf Streaming API Interface for Pseudo Random Function (Prf) -
Class Summary Class Description HkdfStreamingPrf An implementation of the HKDF pseudorandom function, as given by RFC 5869.PrfImpl Class that implements the Prf primitive by wrapping a StreamingPrf.