You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the update would require every project using this dependency to install rustup toolchain which is fine for local development but questionable regarding deployments and docker-files...
The idea came up to replace the library as its only usage is node-utils/utils/ard/createHashedId.js
A not too oudated library is https://github.com/akiver/crc64-ecma, but its not generating the same result:
Result with node-crc: INPUT:SWR --> OUTPUT (CRC64-ECMA182): baa7e9a52223a090
Some thoughts about updating node-crc to
v2
like in swrlab/ard-eventhub#284The idea came up to replace the library as its only usage is
node-utils/utils/ard/createHashedId.js
A not too oudated library is https://github.com/akiver/crc64-ecma, but its not generating the same result:
Result with node-crc:
INPUT:SWR --> OUTPUT (CRC64-ECMA182): baa7e9a52223a090
Result with crc64-ecma:
INPUT:SWR --> OUTPUT (CRC64-ECMA182): 7fdca8944f20b7a0
The text was updated successfully, but these errors were encountered: