mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
244 stars 98 forks source link

Changing the digest algorithm #176

Closed gmanbadboy closed 2 years ago

gmanbadboy commented 2 years ago

In pgp you can change the digest algorith on command line using --digest-algo SHA512.

How can i do this in pgpcore?

mattosaurus commented 2 years ago

Yeah, still need to document this (see #163).

There's a HashAlgorithimTag property on the PGP object.