Skip to content

ARC-52 Contextual Wallet API #239

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

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
f533319
Contextual Wallet API
ehanoc Aug 29, 2023
2a8eeb9
Merge branch 'main' of github.com:algorandfoundation/ARCs into dev_arc78
ehanoc Aug 29, 2023
fcdd0e4
Merge branch 'main' into pr/239
SudoWeezy Aug 30, 2023
ba9a4c1
Assign number + fix linting
SudoWeezy Aug 30, 2023
62f7bf6
Merge branch 'wallet-api-context' of github.com:ehanoc/ARCs into dev_…
ehanoc Sep 25, 2023
585d48a
Update specification keygen & sign
ehanoc Sep 25, 2023
5874b3f
Update authors
ehanoc Sep 25, 2023
2488fa5
doc: Update ARC52 API and description
ehanoc Oct 25, 2023
048e508
Fix lint + add Rational, Reference Implementation & Security Consider…
SudoWeezy Oct 25, 2023
76899c7
ECDH section and examples added
ehanoc Oct 27, 2023
3f4fc71
Add BIP44 link
ehanoc Oct 27, 2023
aa256ab
Rationale section after spec
ehanoc Oct 27, 2023
1fb8d83
Remove dependency on ARC44
ehanoc Oct 27, 2023
0107c5c
Add reference implementation
ehanoc Oct 27, 2023
326445b
BIP32-Ed25519 by the book impl and test vectors. Reference Paper incl…
ehanoc Oct 29, 2023
8feb165
Update README with reference impl link
ehanoc Oct 29, 2023
9ea1f1d
Update use cases to reject regular transaction signing
ehanoc Nov 1, 2023
ca90868
Small refactor
ehanoc Nov 1, 2023
8e29901
Test Vectors against known ed25519 javascript lib
ehanoc Nov 3, 2023
8ad26e3
Test Vectors bip39 bip32-ed25519 bip44
ehanoc Nov 3, 2023
6692a77
Authentication challenge Schema example. Added cases for when encodin…
ehanoc Nov 4, 2023
f459553
Link schema examples on spec
ehanoc Nov 8, 2023
ea9dd28
Fix: SHA256(0x01||seed), 0x01 was 0x00 array
ehanoc Nov 27, 2023
62b841e
Fix Html link to allow access from generated website
SudoWeezy Jan 11, 2024
660e82f
Updating ECDH tests so that bob has different rootKey than Alice
ehanoc Jan 24, 2024
b38ef81
Merge branch 'wallet-api-context' of github.com:ehanoc/ARCs into dev_…
ehanoc Jan 24, 2024
4efe105
Fix: slicing scalar too soon before signing
ehanoc Feb 27, 2024
f36cf8b
chore: specify types
ehanoc Feb 27, 2024
8e26a6f
fix: ECDH using common Curve25519 point and concatenation into hash f…
ehanoc Feb 27, 2024
0192f5c
chore: comment in ECDH function
ehanoc Feb 27, 2024
d44a8e9
feat: simplify signData
HashMapsData2Value Feb 27, 2024
5766c5f
chore: clarifies tests, small refactor of ecdh
HashMapsData2Value Mar 4, 2024
3ab2169
fix: remove commented out test, for now
HashMapsData2Value Mar 4, 2024
f66b436
chore: Refactor, include tweetnacl to verify correctness
ehanoc Mar 13, 2024
950020c
1-1 feature parity with Kotlin
ori-shem-tov Mar 25, 2024
87d5291
add public key verification to trnasaction signing test
ori-shem-tov Mar 26, 2024
4319a82
Merge pull request #1 from ori-shem-tov/wallet-api-context
HashMapsData2Value Mar 26, 2024
6e8337c
Revert "1-1 feature parity with Kotlin"
ehanoc Mar 26, 2024
8b4de1d
Merge pull request #2 from ehanoc/revert-1-wallet-api-context
ehanoc Mar 26, 2024
ad3642a
1-1 feature parity with Kotlin
ori-shem-tov Mar 25, 2024
a151b98
remove algosdk dep
ori-shem-tov Mar 27, 2024
718e059
Merge pull request #3 from ori-shem-tov/wallet-api-context
ehanoc Mar 27, 2024
421089f
Update assets/arc-0052/contextual.api.crypto.ts
ehanoc Mar 27, 2024
43aa9c0
Update assets/arc-0052/contextual.api.crypto.ts
ehanoc Mar 27, 2024
ced1c70
feat: support to Peikerts bip32ed25519 ammendent to derivations
ehanoc Apr 24, 2024
b84c6be
feat: support to Peikerts bip32ed25519 ammendent to derivations
ehanoc Apr 24, 2024
1b51687
doc: Update README with new test vectors and details
ehanoc Apr 25, 2024
333601d
fix: package.json, logs, run all tests
ehanoc Apr 25, 2024
e008a3d
chore: Add public derivation tests and use cases. Check for correctne…
ehanoc Apr 25, 2024
5b1a230
chore: rearranged lines to align with steps in paper
HashMapsData2Value Apr 26, 2024
c068a44
chore: clarify childChainCode naming
HashMapsData2Value Apr 26, 2024
a6ffb6e
chore: remove whitespace
HashMapsData2Value Apr 26, 2024
6a02c3f
fix: zero out the most significant bits in a little endian array. Wro…
ehanoc May 6, 2024
4bdb38f
temp: tests for break levels derivation
ehanoc May 20, 2024
92a8b4e
Detect when scalar >= 2^255, stop derivation
ehanoc Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:algorandfoundation/ARCs into dev_arc78
  • Loading branch information
ehanoc committed Aug 29, 2023
commit 2a8eeb9488de7b0bdba6fa07f1ff26b8a13f7fce

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.