Skip to content

Commit 030e91e

Browse files
Refactor mathematical languages to okapi examples repo (#227)
1 parent f12ecb2 commit 030e91e

File tree

7 files changed

+11
-982
lines changed

7 files changed

+11
-982
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ All library methods are exposed via static method calls, generally grouped under
1919

2020
For example, to generate new key using .NET you can use the `DIDKey` class.
2121

22+
For mathematical languages and environments, use the Python packages. Examples for MATLAB, Mathematica, R(lang), etc. can be found here: https://github.com/trinsic-id/okapi-examples
23+
2224
```cs
2325
using Okapi.Keys;
2426

@@ -54,3 +56,12 @@ var key = DIDKey.generate(request);
5456

5557
- `create_proof`
5658
- `verify_proof`
59+
60+
### Oberon
61+
62+
- `create_key`
63+
- `create_token`
64+
- `blind_token`
65+
- `unblind_token`
66+
- `create_proof`
67+
- `verify_proof`

Rlang/okapi_example.R

Lines changed: 0 additions & 8 deletions
This file was deleted.

Rlang/okapi_link.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

mathematica/OkapiInterface.nb

Lines changed: 0 additions & 948 deletions
This file was deleted.

mathematica/okapi_interface.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

matlab/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

matlab/okapi_python.m

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)