Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
A port of Dmitry Chestnykh's typescript blake2s implementation to node.js style javascript
I've left the blake2s.ts script in the source, and edited the output javascript.
I did try to bring the typescript to node.js style, using Buffer
, update(buffer, enc)
but that made a lot of type errors, and in my opinion, type errors are not
really the hardest part of programming. I will be happy if someone can show
me how to correct the typescript implementation to node.js style.
// constructor accepts digest length in bytes
var h = new BLAKE2s(32)
//pass encoding into update, like in node's crypto module
h.update("string or array of bytes", 'utf8')
//request the digest encoding
h.digest('hex')
// Keyed:
var h = new BLAKE2s(32, "some key")
...
http://www.dchest.org/blake2s-js/
PUBLIC DOMAIN DEDICATION
Written in 2012 by Dmitry Chestnykh.
To the extent possible under law, the author have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. http://creativecommons.org/publicdomain/zero/1.0/
FAQs
port of Dmitry Chestnykh's blake2s-js to node style
We found that blake2s demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.