mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-06 12:27:40 +03:00
Take the signature off the man page
Is it not very readable as a man page
This commit is contained in:
parent
cea57b2fe7
commit
9ad3d02b6e
2 changed files with 0 additions and 67 deletions
|
@ -175,32 +175,5 @@ Verification of such a signature doesn\'t require any specific switch: the appro
|
|||
.P
|
||||
Signatures generated that way are not compatible with OpenBSD\'s \fBsignify\fR tool and are not compatible with \fBMinisign\fR versions prior to 0\.6
|
||||
.
|
||||
.P
|
||||
\fBSignature format\fR
|
||||
.
|
||||
.P
|
||||
untrusted comment: <arbitrary text> base64(<signature_algorithm> || <key_id> || <signature>) trusted_comment: <arbitrary text> base64(<global_signature>)
|
||||
.
|
||||
.P
|
||||
signature_algorithm: Ed key_id: 8 random bytes, matching the public key signature (PureEdDSA): ed25519(<file data>) signature (HashedEdDSA): ed25519(Blake2b\-512(<file data>)) global_signature: ed25519(<signature> || <trusted_comment>)
|
||||
.
|
||||
.P
|
||||
\fBPublic key format\fR
|
||||
.
|
||||
.P
|
||||
untrusted comment: <arbitrary text> base64(<signature_algorithm> || <key_id> || <public_key>)
|
||||
.
|
||||
.P
|
||||
signature_algorithm: Ed key_id: 8 random bytes public_key: Ed25519 public key
|
||||
.
|
||||
.P
|
||||
\fBSecret key format\fR
|
||||
.
|
||||
.P
|
||||
untrusted comment: <arbitrary text> base64(<signature_algorithm> || <kdf_algorithm> || <cksum_algorithm> || <kdf_salt> || <kdf_opslimit> || <kdf_memlimit> || <keynum_sk>)
|
||||
.
|
||||
.P
|
||||
signature_algorithm: Ed kdf_algorithm: Sc cksum_algorithm: B2 kdf_salt: 32 random bytes kdf_opslimit: crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE kdf_memlimit: crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE keynum_sk: <kdf_output> ^ (<key_id> || <secret_key> || <public_key> || <checksum>), 104 bytes key_id: 8 random bytes secret_key: Ed25519 secret key public_key: Ed25519 public key checksum: Blake2b\-256(<signature_algorithm> || <key_id> || <secret_key>), 32 bytes
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
Frank Denis (github [at] pureftpd [dot] org)
|
||||
|
|
|
@ -120,46 +120,6 @@ Verification of such a signature doesn't require any specific switch: the approp
|
|||
|
||||
Signatures generated that way are not compatible with OpenBSD's `signify` tool and are not compatible with `Minisign` versions prior to 0.6
|
||||
|
||||
**Signature format**
|
||||
|
||||
untrusted comment: <arbitrary text>
|
||||
base64(<signature_algorithm> || <key_id> || <signature>)
|
||||
trusted_comment: <arbitrary text>
|
||||
base64(<global_signature>)
|
||||
|
||||
signature_algorithm: Ed
|
||||
key_id: 8 random bytes, matching the public key
|
||||
signature (PureEdDSA): ed25519(<file data>)
|
||||
signature (HashedEdDSA): ed25519(Blake2b-512(<file data>))
|
||||
global_signature: ed25519(<signature> || <trusted_comment>)
|
||||
|
||||
**Public key format**
|
||||
|
||||
untrusted comment: <arbitrary text>
|
||||
base64(<signature_algorithm> || <key_id> || <public_key>)
|
||||
|
||||
signature_algorithm: Ed
|
||||
key_id: 8 random bytes
|
||||
public_key: Ed25519 public key
|
||||
|
||||
**Secret key format**
|
||||
|
||||
untrusted comment: <arbitrary text>
|
||||
base64(<signature_algorithm> || <kdf_algorithm> || <cksum_algorithm> ||
|
||||
<kdf_salt> || <kdf_opslimit> || <kdf_memlimit> || <keynum_sk>)
|
||||
|
||||
signature_algorithm: Ed
|
||||
kdf_algorithm: Sc
|
||||
cksum_algorithm: B2
|
||||
kdf_salt: 32 random bytes
|
||||
kdf_opslimit: crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE
|
||||
kdf_memlimit: crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE
|
||||
keynum_sk: <kdf_output> ^ (<key_id> || <secret_key> || <public_key> || <checksum>), 104 bytes
|
||||
key_id: 8 random bytes
|
||||
secret_key: Ed25519 secret key
|
||||
public_key: Ed25519 public key
|
||||
checksum: Blake2b-256(<signature_algorithm> || <key_id> || <secret_key>), 32 bytes
|
||||
|
||||
|
||||
## AUTHOR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue