<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />

FalconFPR

struct FalconFPR
namespace Org.BouncyCastle.Pqc.Crypto.Falcon { internal struct FalconFPR { internal double v; internal FalconFPR(double v) { this.v = v; } } }