SHA3 Hash Algorithms Adoption #1449
ChihweiLHBird
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @ChihweiLHBird HashiCorp has added provider-defined functions to the Terraform provider framework and OpenTofu will support it soon. This would be best implemented in a provider unless there is a strong reason to implement and maintain it in the OpenTofu core. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should we adopt SHA3 algorithm to build some new hash functions? I might be able to help to implement, but I am not sure about how to name those functions. For example, we already have SHA2's
sha256
, how would we name the SHA3-256 hash function? Maybe likesha3256
? orsha3_256
?Beta Was this translation helpful? Give feedback.
All reactions