PostQuantum.Hybrid.Templates 1.1.1

dotnet new install PostQuantum.Hybrid.Templates@1.1.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

PostQuantum.Hybrid templates

dotnet new templates that scaffold a project pre-wired for PostQuantum.Hybrid.

Install

dotnet new install PostQuantum.Hybrid.Templates

Use

mkdir my-pq-app && cd my-pq-app
dotnet new pqhybrid-app
dotnet run

Options

--framework <value>  Target framework (net8.0 | net10.0; default net10.0)
--PackageVersion <v> Version of PostQuantum.Hybrid to depend on (default 1.0.0)

Templates included

Short name Type What you get
pqhybrid-app Console A minimal console app demonstrating hybrid KEM and signatures, with PostQuantum.Hybrid + PostQuantum.Hybrid.Analyzers already wired up.

Building locally

dotnet pack templates/PqHybridApp -o ./artifacts
dotnet new install ./artifacts/PostQuantum.Hybrid.Templates.1.0.0.nupkg
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 101 6/10/2026
1.1.0 102 6/10/2026
1.0.1 115 6/8/2026
1.0.0 101 6/7/2026