-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: add ciphers #573
base: main
Are you sure you want to change the base?
feat: add ciphers #573
Conversation
packages/react-native-quick-crypto/nitrogen/generated/shared/c++/NamedCurve.hpp
Show resolved
Hide resolved
8b04a74
to
c69956f
Compare
"start": "bun --filter='react-native-quick-crypto-example' start", | ||
"start": "cd example && bun start", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not use --filter
flag anymore?
should other commands also be updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I do bun start
from top level (not in example folder), the command with --filter
rolls through 10 lines and truncates. This way, I see all the history in the terminal. The others don't need to change.
Add Ciphers functionality