diff --git a/docs/index.js b/docs/index.js index 3e15bd8..f4fa517 100644 --- a/docs/index.js +++ b/docs/index.js @@ -181,7 +181,7 @@ function hex2str(hex) { $(document).ready(function() { // test keygen function test(){ - let obj = keyGen(); + let obj = keyGenSync(); $('#key').text(JSON.stringify(obj, 0, 2)); // test shuffle hex