MW
MW
Ok, While it is good to be on the front foot, I think wait until the language feature is stable. MW
Hi, Ok, I am trying to get back onto the dart project, we are heading towards towards a new round of FIPS certifications and it is consuming all of my...
Hi, Yep I can do that, did you by chance see an email from me? MW
Hi, I have send you another email, I am not sure what happened. MW
Sure let me know! Given the size of the change I think it should go out as 2.1.0 MW
Hi, It is calculating the position of the start of the data. However it is making an assumption that the tag is only one byte long, tags can be longer,...
Hi, Thanks, I'll see how I go getting to it. MW
Ok cool, Lets see how it evolves.. MW
Yes, sorry about the delay.
Hi, Yes it takes ages. ``` void time4096() { var start = DateTime.now().microsecondsSinceEpoch; final rnd = SecureRandom('Fortuna'); // ..seed( // KeyParameter(Platform.instance.platformEntropySource().getBytes(32))); var keyGenerator = KeyGenerator('RSA') ..init(ParametersWithRandom( RSAKeyGeneratorParameters(BigInt.parse('65537'), 4096, 5), rnd));...