rclone/vendor/storj.io/common/pkcrypto/doc.go

15 lines
311 B
Go
Raw Normal View History

2020-05-11 20:57:46 +02:00
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
/*Package pkcrypto contains a set of helper functions and constants to perform
common cryptographic operations like:
* Signing and verification
* Public and private key generation
* Certification generation
*/
package pkcrypto