Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cksum: Add support for sha2, sha3 #9033

@RenjiSann

Description

@RenjiSann

Our implementation is lacking support for -a sha2 and -a sha3, which are recent additions to GNU coreutils.

Notes:

  • These algorithms require the --length flag to be passed with a value in [224, 256, 384, 512].
  • SHA2-(224|256|384|512) is an alias for SHA224, SHA256, SHA384, SHA512.
  • hashsum already has support for sha3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions