<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpqc-addon-fips</artifactId>
  <packaging>jar</packaging>
  <name>Bouncy Castle PQC Addon APIs (FIPS Distribution)</name>
  <version>1.0.1</version>
  <description>The Bouncy Castle Java PQC Addon APIs contains some tools for adding the use of NewHope, FrodoKEM, and Classic McEliece to KAS and Key Transport via the use of supplementary private info allowing the mechanisms to stay FIPS compliant with (hopefully) a touch of Quantum Hardening.</description>
  <url>https://www.bouncycastle.org/fips-java</url>
  <licenses>
    <license>
      <name>Bouncy Castle Licence</name>
      <url>https://www.bouncycastle.org/licence.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>bcgit@git.bouncycastle.org:bc-fips-libs-java.git</url>
  </scm>
  <issueManagement>
     <system>Support Contract</system>
     <url>https://www.bouncycastle.org/fips-java/support</url>
  </issueManagement>
  <developers>
    <developer>
      <id>feedback-crypto</id>
      <name>The Legion of the Bouncy Castle Inc.</name>
      <email>feedback-crypto@bouncycastle.org</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bc-fips</artifactId>
      <version>[1.0.0,2.0.0)</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>
