Skip to content

Commit

Permalink
Change SALT_NOTATION const
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Sep 25, 2024
1 parent eeb34e1 commit ef77407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class Config
const VERSION = 'PHP Privacy v1';
const COMMENT = 'https://github.com/web-of-trust/php-privacy';

const SALT_NOTATION = 'salt@weboftrust.org';
const SALT_NOTATION = 'salt@openpgp.org';

private static HashAlgorithm $preferredHash = HashAlgorithm::Sha256;

Expand Down

0 comments on commit ef77407

Please sign in to comment.