Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 841c241

Browse files
committedJul 11, 2024··
Change salt notation name to the openpgpjs one
1 parent 1b19933 commit 841c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎openpgp/packet/signature.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
KeyFlagGroupKey
3636
)
3737

38-
const SaltNotationName = "salt@openpgp.org"
38+
const SaltNotationName = "salt@notations.openpgpjs.org"
3939

4040
// Signature represents a signature. See RFC 4880, section 5.2.
4141
type Signature struct {

0 commit comments

Comments
 (0)
Please sign in to comment.