File: doc.go

package info (click to toggle)
golang-github-hiddeco-sshsig 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 17
file content (4 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
// Package sshsig provides an API to sign and verify messages using SSH keys.
// It is an implementation of the SSH Signature format as described in
// https://github.com/openssh/openssh-portable/blob/V_9_3_P1/PROTOCOL.sshsig.
package sshsig