More documentation fixes
This commit is contained in:
parent
388fa872e7
commit
4ef882c564
8 changed files with 26 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// Package constants provides a set of common OpenPGP constants.
|
||||
package constants
|
||||
|
||||
// Definitions for armored data
|
||||
// Constants for armored data.
|
||||
const (
|
||||
ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")"
|
||||
ArmorHeaderComment = "https://gopenpgp.org"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
package constants
|
||||
|
||||
// Definitions for cipher suites
|
||||
// Cipher suite names.
|
||||
const (
|
||||
ThreeDES = "3des"
|
||||
TripleDES = "tripledes"
|
||||
TripleDES = "tripledes" // Both "3des" and "tripledes" refer to 3DES.
|
||||
CAST5 = "cast5"
|
||||
AES128 = "aes128"
|
||||
AES192 = "aes192"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue