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

Commit

Permalink
fix: add missing blake2s-256
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Oct 20, 2017
1 parent fe755dc commit 72b856f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ exports.codes = Object.freeze({
0xb25d: 'blake2s-232',
0xb25e: 'blake2s-240',
0xb25f: 'blake2s-248',
0xb260: 'blake2s-256',

// skein
0xb301: 'Skein256-8',
0xb302: 'Skein256-16',
Expand Down

0 comments on commit 72b856f

Please sign in to comment.