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