mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-06 07:38:30 +00:00
keyword: include sha-2 512/256
Reference: https://github.com/systemd/casync/issues/101#issuecomment-340019721 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a30ab86d71
commit
3a0105dc85
2 changed files with 28 additions and 24 deletions
|
@ -316,6 +316,8 @@ func KeywordSynonym(name string) Keyword {
|
|||
retname = "sha384digest"
|
||||
case "sha512":
|
||||
retname = "sha512digest"
|
||||
case "sha512256":
|
||||
retname = "sha512256digest"
|
||||
case "xattrs":
|
||||
retname = "xattr"
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue