has2k1 / plotnine

A Grammar of Graphics for Python
https://plotnine.org
MIT License
3.92k stars 210 forks source link

FIPS Compliance #736

Closed ccravens closed 6 months ago

ccravens commented 7 months ago

Currently plotnine uses md5 which is disabled in FIPS-compliant environments:

image

I've updated md5 -> sha256 to start the process of making the plotnine library FIPS-compliant.

has2k1 commented 6 months ago

@ccravens, thanks. I had never heard of FIPS complaince.