ekmungai / eloquent-ifrs

Eloquent Double Entry Accounting with a focus on IFRS Compliant Reporting
MIT License
334 stars 68 forks source link

Update: Proposed solution for custom hashing algorithms to hash ledger #88

Closed hicka closed 3 years ago

hicka commented 3 years ago

Uses hash instead of password_hash to hash ledger. Improves ledger hashing performance while giving the user more options to use their proffered hashing algorithm.

For more information https://www.php.net/manual/en/function.hash.php

ekmungai commented 3 years ago

Hi @hicka,

I assume you have run the tests after this change and everything works?

Cheers.

hicka commented 3 years ago

Yes everything works as expected.