awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesCryptographic Performance Optimizations

Techniques and implementations used to reduce the computational overhead of cryptographic operations.

Distinct from High-Performance Computing: Existing high-performance candidates refer to HPC clusters or web rendering, not specific cryptographic acceleration.

Explore 2 awesome GitHub repositories matching security & cryptography · Cryptographic Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Cryptographic Performance Optimizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • quipnetwork/hashsigs-pyQuipNetwork का अवतार

    QuipNetwork/hashsigs-py

    2,941GitHub पर देखें↗

    hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It employs hash chains and seed-based key derivation to authenticate data and ensure message integrity. The library includes a high-performance compiled cryptography backend to accelerate signature computation and processing. For compatibility, it maintains a pure Python fallback implementation to ensure functionality when the compiled backend is unavailable. The project provides tools for digital key pair management, allowing for the deterministic generation of public and privat

    Uses a compiled cryptography backend to accelerate signature computation and processing.

    Python
    GitHub पर देखें↗2,941
  • dalek-cryptography/curve25519-dalekdalek-cryptography का अवतार

    dalek-cryptography/curve25519-dalek

    1,173GitHub पर देखें↗

    यह लाइब्रेरी Curve25519 और Ristretto समूह ऑपरेशंस के लिए निम्न-स्तरीय गणितीय प्रिमिटिव्स का एक संग्रह प्रदान करती है। यह सुरक्षित क्रिप्टोग्राफिक प्रोटोकॉल बनाने के लिए एक आधार के रूप में कार्य करती है, जो अण्डाकार वक्र अंकगणित, कुंजी विनिमय और डिजिटल हस्ताक्षर निर्माण के लिए टूल प्रदान करती है। कार्यान्वयन सभी ऑपरेशंस में निरंतर-समय अंकगणितीय तर्क का उपयोग करके साइड-चैनल प्रतिरोध को प्राथमिकता देता है, यह सुनिश्चित करता है कि गुप्त-निर्भर समय भिन्नता को रोका जाए। यह स्थिति वैधता को लागू करने के लिए Rust प्रकार सिस्टम का लाभ उठाता है, जिससे अवैध समूह तत्वों को संकलन समय पर अप्राप्य बना दिया जाता है। परफॉरमेंस को अधिकतम करने के लिए, लाइब्रेरी हार्डवेयर-विशिष्ट SIMD वेक्टरकरण का उपयोग करती है और संकलन-समय बैकएंड चयन की अनुमति देती है, जिससे डेवलपर्स को विशिष्ट सुरक्षा या सत्यापन आवश्यकताओं के साथ निष्पादन गति को संतुलित करने में सक्षम बनाया जाता है। मुख्य अंकगणित से परे, लाइब्रेरी में सुरक्षित कुंजी लाइफसाइकिल प्रबंधन के लिए व्यापक समर्थन शामिल है, जिसमें यादृच्छिकता निर्माण, सख्त कुंजी सत्यापन और संवेदनशील रहस्यों के लिए स्पष्ट मेमोरी शून्यिंग शामिल है। यह बैच हस्ताक्षर सत्यापन, हैश-टू-कर्व मैपिंग और नेटवर्क ट्रांसमिशन या स्टोरेज के लिए डेटा सीरियलाइजेशन के लिए उपयोगिताएँ भी प्रदान करती है।

    Optimizes complex mathematical calculations using hardware-specific SIMD instructions and constant-time logic.

    Rustcryptographycurve25519edwards-curve
    GitHub पर देखें↗1,173
  1. Home
  2. Security & Cryptography
  3. Cryptographic Performance Optimizations

सब-टैग एक्सप्लोर करें

  • High-Performance Cryptographic ComputingsOptimizing complex mathematical calculations using SIMD and constant-time logic for speed and side-channel resistance. **Distinct from Cryptographic Performance Optimizations:** Focuses on the intersection of performance and side-channel resistance in cryptography.