I just finished a Dart implementation of the NOMS signature format in appditto/nanodart, with the grand intention of eventually getting it into Cake Wallet, to either complement or replace the current "sign message" (NOT blocks) implementation - which I suspected came straight from nanodart.
But oh, I was wrong.
CW's relevant pubspec.yaml uses perishllc/nanoutil instead, and through a git-commit reference.
I frankly haven't looked that closely yet at what nanoutil adds over nanodart, so, if anyone familiar with Cake Wallet's use of the library could enlighten me what I should do ... then, please, enlightify 😅
I just finished a Dart implementation of the NOMS signature format in appditto/nanodart, with the grand intention of eventually getting it into Cake Wallet, to either complement or replace the current "sign message" (NOT blocks) implementation - which I suspected came straight from
nanodart.But oh, I was wrong.
CW's relevant
pubspec.yamluses perishllc/nanoutil instead, and through a git-commit reference.I frankly haven't looked that closely yet at what nanoutil adds over nanodart, so, if anyone familiar with Cake Wallet's use of the library could enlighten me what I should do ... then, please, enlightify 😅