# ssss **Repository Path**: dylu/ssss ## Basic Information - **Project Name**: ssss - **Description**: Shamir's Secret Sharing Scheme - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2023-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: SSSS ## README # SSSS Shamir's Secret Sharing Scheme ## 安装emsdk ``` centos8 yum install libatomic git clone https://github.com/emscripten-core/emsdk.git cd emsdk git pull ./emsdk install latest ./emsdk activate latest source ./emsdk_env.sh yum install nodejs ``` ## 测试C程序 ``` cd ssss mkdir build cd build cmake .. make ``` ## 测试js ``` cd ssss emake make cd bin npm install -g serve serve . #### 浏览器打开 http://localhost:5000 ``` ## License This fork follows the same license as the original software: The GPLv2. See LICENSE for more information.