Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 18:11:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263425] [NEW PORT] sysutils/b3sum: Command line implementation of the BLAKE3 hash function
Message-ID:  <bug-263425-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263425

            Bug ID: 263425
           Summary: [NEW PORT] sysutils/b3sum: Command line implementation
                    of the BLAKE3 hash function
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sec.research.2005@gmail.com

Created attachment 233343
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233343&action=
=3Dedit
Patch

Command line implementation of the BLAKE3 hash function

BLAKE3 is a cryptographic hash function that is:

- Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.
- Secure, unlike MD5 and SHA-1. Ssecure against length extension, unlike SH=
A-2.
- Highly parallelizable across any number of threads and SIMD lanes,
  because it's a Merkle tree on the inside.
- Capable of verified streaming and incremental updates,
  again because it's a Merkle tree.
- A PRF, MAC, KDF, and XOF, as well as a regular hash.
- One algorithm with no variants, which is fast on x86-64 and
  also on smaller architectures.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263425-7788>