1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-28 22:44:50 +02:00
pgpainless/sop-java/src/main/java/sop/operation/package-info.java

10 lines
222 B
Java
Raw Normal View History

2021-10-07 15:48:52 +02:00
// SPDX-FileCopyrightText: 2021 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
2020-12-16 20:09:01 +01:00
/**
* Stateless OpenPGP Interface for Java.
* Different cryptographic operations.
2020-12-16 20:09:01 +01:00
*/
package sop.operation;