Skip to content

Commit

Permalink
Working for enabled functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed May 9, 2024
1 parent 69a3163 commit b8d0821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/asherah.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class Asherah : public Napi::Addon<Asherah> {
InstanceMethod("encrypt_string_async", &Asherah::EncryptAsync),
InstanceMethod("decrypt", &Asherah::DecryptSync),
InstanceMethod("decrypt_async", &Asherah::DecryptAsync),
InstanceMethod("decrypt_string", &Asherah::DecryptStringSync),
InstanceMethod("decrypt_string_async",
&Asherah::DecryptStringAsync),
//InstanceMethod("decrypt_string", &Asherah::DecryptStringSync),
//InstanceMethod("decrypt_string_async",
// &Asherah::DecryptStringAsync),
InstanceMethod("shutdown", &Asherah::ShutdownAsherahSync),
InstanceMethod("shutdown_async", &Asherah::ShutdownAsherahAsync),
InstanceMethod("set_max_stack_alloc_item_size",
Expand Down

0 comments on commit b8d0821

Please sign in to comment.