sha256
function in graph-ts library
#1809
Closed
taylorjdawson
started this conversation in
Ideas
Replies: 1 comment
-
This is a graph-node question, not graph-tooling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to compute the
sha256
hash of a validator public key but currently crypto only supports thekeccak256
hashing algo.What would it take to add an additional hash algo for
sha256
to be compatible with the Assembly Script mappings?Beta Was this translation helpful? Give feedback.
All reactions