···11-// Package crypto provides cryptographic keys and operations, as used in atproto (the protocol)
11+// Package atcrypto provides cryptographic keys and operations, as used in atproto (the protocol)
22//
33// This package attempts to abstract away the specific curves, compressions, signature variations, and other implementation details. The goal is to provide as few knobs and options as possible when working with this library. Use of cryptography in atproto is specified in https://atproto.com/specs/cryptography.
44//
···88// - K-256/secp256r1, internally implemented using https://gitlab.com/yawning/secp256k1-voi
99//
1010// "Low-S" signatures are enforced for both key types, both when creating signatures and during verification, as required by the atproto specification.
1111-package crypto
1111+package atcrypto