mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 21:37:31 +01:00
15 lines
311 B
Go
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
|