-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"SHA256/lib.mo" does not exist #10
Comments
Can you try It should be part of the standard packages now. |
Any idea how to fix it? Do I need to npm install something or change a configuration file other than simply importing? |
Have you found the answer to this, i am also facing something similar |
Please don't use this package anymore. It is outdated. The standard package for sha256 which is also maintained for latest dependencies is this one: https://mops.one/sha2 |
I'm trying to import this package in my program. i want to make a function which takes a Text message in argument and returns the SHA256 hash of that message. but i'm not able to build the program . here is my code snipet.
import Array "mo:base/Array";
import Prim "mo:prim";
import Sha256 "./SHA256";
actor {
};
I Got this Error :
import error [M0009], file "/home/sudesh/Dfinity/check_arg/src/check_arg/SHA256/lib.mo" does not exist
Please let me know if i need to do anything else.
The text was updated successfully, but these errors were encountered: