Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
feat: update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 19, 2020
1 parent 9868186 commit 66e7132
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const names = Object.freeze({
'md4': 0xd4,
'md5': 0xd5,
'bmt': 0xd6,
'sha2-256-trunc254-padded': 0x1012,
'ripemd-128': 0x1052,
'ripemd-160': 0x1053,
'ripemd-256': 0x1054,
'ripemd-320': 0x1055,
'x11': 0x1100,
'sm3-256': 0x534d,
'blake2b-8': 0xb201,
Expand Down Expand Up @@ -344,7 +349,9 @@ const names = Object.freeze({
'skein1024-1000': 0xb3dd,
'skein1024-1008': 0xb3de,
'skein1024-1016': 0xb3df,
'skein1024-1024': 0xb3e0
'skein1024-1024': 0xb3e0,
'poseidon-bls12_381-a2-fc1': 0xb401,
'poseidon-bls12_381-a2-fc1-sc': 0xb402
})

module.exports = { names }

0 comments on commit 66e7132

Please sign in to comment.