nolar / kopf

A Python framework to write Kubernetes operators in just a few lines of code
https://kopf.readthedocs.io/
MIT License
2.08k stars 158 forks source link

Introduce a FIPS compatible hashing algorithm with variable size digest #1126

Open bravecorvus opened 2 weeks ago

bravecorvus commented 2 weeks ago

Replace blake2b with FIPS 140-2 compliant SHA2 hashing library when needed.

Signed-off-by: Andrew Lee bravecorvus@users.noreply.github.com

closes: #1125