Ugochukwu Mmaduekwe
Ugochukwu Mmaduekwe
Hello @tedsmith at this time, I have no plans to add those hashes you specified, however I will leave this issue open for when I have enough time and zeal...
Hello @Uefi1 as @ertankucukoglu has pointed out CryptoLib4Pascal has never supported XE2 from it's inception. the minimum supported version is Delphi Tokyo. you can try to modify the code for...
> > if this is a task you wish to undertake then that is fine but I am not willing to go through that process for this Library. > >...
> > out of the box, no. however, this library provides Cryptographic primitives which you can build on top to achieve your goals if you know how to use it....
> You can use PBKDF2 to implement BIP39 easily ... PBKDF2 is contained for example in the TMS Crypt Lib. https://learnmeabitcoin.com/technical/mnemonic shows how to do it. Alternatively you could create...
@Uefi1 , maybe you can try porting the Python or Javascript implementation to Delphi. It would be a great way to contribute to the Delphi open source ecosystem.
Wouldn't assigning **null** to the BigInteger after operations be enough?
@sorashi, bouncycastle big integer implementation (which I feel the issue author is referring to) is a class not a struct.
@davidheff , yes I can, infact that is what I usually do but just for the benefit of other users that is why I requested that.
Hello, @miljan012 this issue has been fixed in the latest codebase via [PR1995](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/1995). However, I am not sure if a new Nuget package that incorporates the fix has been released....