tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

Add PRF Documentation to website #734

Closed duanasq closed 4 months ago

duanasq commented 4 months ago

Hi. Is there a reason that the PRF documentation is missing from the website?

There is no hyperlink to it in the list of primitives and the use case of generating deterministic tokens for redacting personal data is not listed on the website. It is, however, listed on the README.

If you point me to how the documentation is generated, I would be happy to try to fix this in a PR. Btw I love that example use cases are given. This helps non-crypto experts easily navigate which primitive to use.

chuckx commented 4 months ago

An initial PRF primitive overview page has been added at https://developers.google.com/tink/prf. We'll continue to iterate on it.

FYI, the developers.google.com site is maintained internally and the publishing pipeline isn't sourced from the OSS codebase (i.e. it's not feasible to contribute via PR at this time).

Thanks for calling this out.