#
tss
Here are 30 public repositories matching this topic...
Hierarchical Threshold Signature Scheme
golang
secret-sharing
hierarchical
tss
homomorphic-encryption-library
threshold-ecdsa
threshold-signature
binary-quadratic-form
class-groups
schnorr-protocol
-
Updated
Jun 10, 2021 - Go
Cross-Chain bridge based on Anyswap MPC network.
-
Updated
Jun 10, 2021 - Go
Fusion's Distributed Control Rights Management (DCRM) SDK
blockchain
fusion
ecdsa
tss
threshold-cryptography
dcrm
threshold-ecdsa
threshold-signature
fosc
dcrm-sdk
-
Updated
Jan 17, 2020 - Go
SMPCWallet for the DCRM wallet service
open-source
crypto
blockchain
fusion
ecdsa
wallet
tss
threshold-cryptography
dcrm
threshold-signature
fosc
-
Updated
Jan 28, 2021 - Vue
Distributed key generation and distributed signature service
-
Updated
Aug 15, 2020 - Go
An OpenSSL Engine that interfaces with the TrouSerS tpm 1.2 stack (fork of official upstream on SourceForge, featuring OpenSSL 1.1 support)
-
Updated
Dec 18, 2017 - C
Tailwind's Framework for Titanium Apps ( It started for colors ... hence the name )
-
Updated
May 25, 2021 - JavaScript
Transaction builders for the DCRM service
-
Updated
Mar 22, 2021 - Go
TSS Editor for Jetbrains'IDEs
-
Updated
Nov 21, 2017 - Kotlin
This repo contains an engine which let you transcribe your recorded audio to text and back
python
ai
python3
artificial-intelligence
speech-recognition
speech-to-text
text-processing
tss
transcribe
tss-processing
-
Updated
Jan 23, 2021
forked from Sourceforge to get it working on OSX
-
Updated
Sep 25, 2020 - C
XIS operating system
kernel
pic
operating-system
bootloader
operating-systems
interrupts
tss
usermode
pagetable
operating-system-kernel
bootloaders
system-call
e820
-
Updated
Dec 1, 2020 - C
A Firebase Cloud Messaging integration with Android Studio.
-
Updated
Mar 12, 2017 - Java
Scripts to setup Linux TPM2 & TSS2 Software on Raspberry Pi.
-
Updated
Dec 22, 2020 - Shell
Improve this page
Add a description, image, and links to the tss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tss topic, visit your repo's landing page and select "manage topics."
Right now the curve that the library uses is set through a call to
tss.SetCurve(...)and a reference to the given curve is stored globally, applying to all active Party instances.It would be better for the curve to be a member of the
BaseParty, set through a call to a newSetCurvefunction on an individualParty.