mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
f09d6bbfef
Fixed some -h typos, missing H_SHA512 option randReader seed time.Now().UnixNano() Signed-off-by: Russ Magee <rmagee@gmail.com>
13 lines
402 B
Go
13 lines
402 B
Go
// Package hkexsh - a secure terminal client/server written from scratch in Go
|
|
//
|
|
// Copyright (c) 2017-2018 Russell Magee
|
|
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
|
// distribution)
|
|
//
|
|
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
|
package hkexsh
|
|
|
|
// common constants for the HKExSh
|
|
|
|
// Version string returned by tools
|
|
const Version = "0.8.1 (NO WARRANTY)"
|