rclone/vendor/storj.io/common/pkcrypto/doc.go
2020-05-12 15:56:50 +00:00

15 lines
311 B
Go

// 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