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
Hi,
The documentation seems to imply that uECC_decompress() will take either a compressed or uncompressed key and return an uncompressed key. That, however, does not seem to be the case, and passing an uncompressed key to uECC_decompress() results in a garbage result. Is there an "isCompressed?" function I can use to determine whether or not to call the decompression function? Or better yet, how hard would it be to make uECC_decompress() detect whether or not the key is compressed and act appropriately?
The text was updated successfully, but these errors were encountered:
Hi,
The documentation seems to imply that
uECC_decompress()
will take either a compressed or uncompressed key and return an uncompressed key. That, however, does not seem to be the case, and passing an uncompressed key touECC_decompress()
results in a garbage result. Is there an "isCompressed?" function I can use to determine whether or not to call the decompression function? Or better yet, how hard would it be to makeuECC_decompress()
detect whether or not the key is compressed and act appropriately?The text was updated successfully, but these errors were encountered: