From 32dd751f2faea232bb520b93abc66bda6073edae Mon Sep 17 00:00:00 2001 From: Maceeran Date: Sat, 14 Sep 2024 04:20:05 +0200 Subject: [PATCH] WIP: RND/RNDSIG validation implementation in java(left commented code for future reference, needs cleanup once completed) --- core/src.ts/web/examples/index.html | 1 + .../web/examples/rnd_rndsig_validation.html | 329 ++++++++++++++++++ 2 files changed, 330 insertions(+) create mode 100644 core/src.ts/web/examples/rnd_rndsig_validation.html diff --git a/core/src.ts/web/examples/index.html b/core/src.ts/web/examples/index.html index f71a005..bd891aa 100644 --- a/core/src.ts/web/examples/index.html +++ b/core/src.ts/web/examples/index.html @@ -28,6 +28,7 @@

LibHaLo Demos

  • get_data_struct.html - Retrieve data demo
  • get_key_info.html - Key slot information demo
  • halo_bridge.html - HaLo bridge demo
  • +
  • rnd_rndsig_validation.html - RND/RNDSIG validation demo
  • diff --git a/core/src.ts/web/examples/rnd_rndsig_validation.html b/core/src.ts/web/examples/rnd_rndsig_validation.html new file mode 100644 index 0000000..b685f98 --- /dev/null +++ b/core/src.ts/web/examples/rnd_rndsig_validation.html @@ -0,0 +1,329 @@ + + + + + LibHaLo Demo + + + + + + + + + + + + +
    +

    LibHaLo Demo

    +

    + (Mobile only) RND/RNDSIG validation +

    +
    + + +
    + + + + +
    
    +
    +                
    +            
    + + \ No newline at end of file