Apparently PB is WAY ahead of .net and implemented SHA3 before .net did. It is supposed to be in .net 8, which is as of today on RC2.
Looking up a few things, it appears that the SHA3 standard can have 2 different implementations that generate 2 different values. Keccak vs FIPS-202
sha 3 - How to generate SHA3-256 in .NET Core? - Stack Overflow
- What does PB use? Fips or Keccak?
- has anyone else had to verify a SHA3 hash in .net that was generated in PB?
- any ideas?