derhuerst/blake3-native

support full Node Hash API

Open

#2 创建于 2020年1月12日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (0 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (2 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Node Hashes

  • are Transform streams,
  • support strings and buffers with update(),
  • support an optional encoding parameter with digest().

This will make blake3-native a drop-in replacement for the Node built-in (or it's standalone nom-based version, create-hash).

贡献者指南