Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Apr 9, 2024
1 parent 600a939 commit 4fa7a20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An interface for the Juicebox Protocol which provides distributed storage and re

This interface is implemented in [Rust](rust/sdk/README.md), but is also bridged to support [Swift](swift/README.md), [Android](android/README.md), and [JavaScript](javascript/README.md).

For a more in-depth explanation of the protocol – including the motivations behind it – read the [whitepaper](https://docs:JU1C380X@docs.juicebox.xyz/whitepapers/juiceboxprotocol_revision7_20230807.pdf).
For a more in-depth explanation of the protocol – including the motivations behind it – read the [blog post](https://www.juicebox.xyz/blog/key-to-simplicity-squeezing-the-hassle-out-of-encryption-key-recovery) or [whitepaper](https://docs.juicebox.xyz/whitepapers/juiceboxprotocol_revision7_20230807.pdf).

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Register and recover PIN-protected secrets on behalf of a particular user.

[Documentation](https://docs:JU1C380X@docs.juicebox.xyz/android/juicebox-sdk/xyz.juicebox.sdk/)
[Documentation](https://docs.juicebox.xyz/android/juicebox-sdk/xyz.juicebox.sdk/)

### Install

Expand Down
2 changes: 1 addition & 1 deletion javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Register and recover PIN-protected secrets on behalf of a particular user.

[Documentation](https://docs:JU1C380X@docs.juicebox.xyz/javascript/)
[Documentation](https://docs.juicebox.xyz/javascript/)

### Install

Expand Down
2 changes: 1 addition & 1 deletion rust/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Register and recover PIN-protected secrets on behalf of a particular user.

[Documentation](https://docs:JU1C380X@docs.juicebox.xyz/rust/juicebox_sdk/)
[Documentation](https://docs.juicebox.xyz/rust/juicebox_sdk/)

### Install

Expand Down
2 changes: 1 addition & 1 deletion swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Register and recover PIN-protected secrets on behalf of a particular user.

[Documentation](https://docs:JU1C380X@docs.juicebox.xyz/swift/documentation/juiceboxsdk/)
[Documentation](https://docs.juicebox.xyz/swift/documentation/juiceboxsdk/)

### Install

Expand Down

0 comments on commit 4fa7a20

Please sign in to comment.