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

Commit

Permalink
fix: missing id name constant
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored and daviddias committed Aug 8, 2018
1 parent 2ace8ba commit 42b9f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'use strict'

exports.names = Object.freeze({
'id': 0x0,
'sha1': 0x11,
'sha2-256': 0x12,
'sha2-512': 0x13,
Expand Down

0 comments on commit 42b9f0c

Please sign in to comment.