You can search for identifiers within the package.
in-package search v0.2.0
module type S = sig ... end
RFC 2898 specifies two password-based key derivation functions (PBKDF1 and PBKDF2), which are abstracted over a specific hash/pseudorandom function.
module Make (H : Tezos_crypto.Hacl.Hash.S) : S
Given a Hash/pseudorandom function, get the PBKDF
module SHA256 : S
module SHA512 : S