google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

feat: Add crypto functions to stdlib #1085

Closed rohitjangid closed 1 year ago

rohitjangid commented 1 year ago

Update doc with more crypto functions. Implemented std.sha1, std.sha256, std.sha512, std.sha3 functions as go only functions.

go-jsonnet PR: https://github.com/google/go-jsonnet/pull/699

rohitjangid commented 1 year ago

@sparkprime made the changes to break the compatibility. PTAL.