home.social

#threshold-signatures — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #threshold-signatures, aggregated by home.social.

fetched live
  1. Opus 4.7 vs GPT-5 vs DeepSeek V4-Pro: три агента строят TSS-CLI на Rust

    Три агента (Opus 4.7 / GPT-5 / DeepSeek V4-Pro) получили одну и ту же задачу — TSS-ECDSA CLI на Rust. Один уложился за 26 минут, второй сделал самый чистый код, третий проигнорировал прямой фидбек.

    habr.com/ru/articles/1032760/

    #AI #LLM #agents #claude #gpt5 #deepseek #rust #thresholdsignatures #mpc

  2. Opus 4.7 vs GPT-5 vs DeepSeek V4-Pro: три агента строят TSS-CLI на Rust Три агента (Opus 4.7 / GPT-5 / DeepSeek V4-Pro) получили одну и ту же задачу...

    #AI #LLM #agents #claude #gpt-5 #deepseek #rust #threshold-signatures #mpc

    Origin | Interest | Match
  3. Opus 4.7 vs GPT-5 vs DeepSeek V4-Pro: три агента строят TSS-CLI на Rust TL;DR 24 апреля 2026 DeepSeek в режиме preview выкатил V4-Pro — MoE на 1.6T пара...

    #agents #AI #claude #deepseek #gpt-5 #llm #MPC #Rust #threshold-signatures

    Origin | Interest | Match
  4. New open source tool: tss-ceremony

    An interactive terminal animation of a DKLS23 threshold ECDSA signing ceremony. Real crypto values, real signatures, verifiable with OpenSSL.

    Built with Go + Bubbletea. 20 scenes walking through keygen, signing, verification, and a FROST comparison.

    `go install github.com/DisplaceTech/tss-ce

    Read more => eric.mann.blog/watch-cryptogra

    #golang #cryptography #opensource #security #ThresholdSignatures

  5. Private keys are single points of failure. We've all known this, but we treat it as an operational problem — HSMs, rotation schedules, access policies.

    Threshold signatures make it a *cryptographic* problem instead. DKLS23 splits a key across parties so no one holds the full secret, and the output is standard ECDSA.

    I wrote up a plain-language explainer: eric.mann.blog/why-one-key-sho

    Part 1 of a 3-part series. #cryptography #security #ECDSA #ThresholdSignatures