We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def59fc commit c168b02Copy full SHA for c168b02
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
timeout-minutes: 30
45
env:
46
- NAGA_COMMIT_HASH: da7f11eea1451af7d411f5bc1bad6cdf27c13b40
+ NAGA_COMMIT_HASH: 9fce06f91c2ddebdb737dd559cfcb2f95ec18092
47
steps:
48
- name: Checkout repo
49
uses: actions/checkout@v2
packages/crypto/src/lib/crypto.ts
@@ -55,7 +55,6 @@ export const encrypt = async (
55
message: Uint8Array,
56
identity: Uint8Array
57
): Promise<string> => {
58
-
59
const publicKey = Buffer.from(publicKeyHex, 'hex');
60
61
/**
0 commit comments