Skip to content

besport/ocaml-polyfill-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-polyfill-crypto

What does ocaml-polyfill-crypto do ?

This plugin allows you to use several function from the polyfill-crypto plugin into your ocaml mobile app.

This plugin could be bound to serevral repositories that define a specific function if necessary, feel free to add binding form other polyfill-crypto Javascript library if you want : this plugin has for goal to combine all of them into a single library.

How to install and compile your project by using this plugin ?

You can use opam by pining the repository with:

opam pin add polyfill-crypto https://github.com/besport/ocaml-polyfill-crypto

to compile your project, use:
```Shell
dune build @install

Finally, install the "polyfill-crypto" plugin with:

cordova plugin add polyfill-crypto

How to use it?

Polyfill_crypto.get_random_values

binding to polyfill-crypto.getrandomvalues

[TODO]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages