bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
230 stars 121 forks source link

Poly1305 support for web #194

Open levischechter opened 1 year ago

levischechter commented 1 year ago

currently Poly1305 forcing assertFullWidthInteger which fails on web platform. is there any chance to use BigInt for that? I saw something like that here #126 I'm willing to do it under guidance/supervision, as I'm not an expert in this area.