hdrbg
  • Installation
  • Python3 examples
  • API
hdrbg
  • hdrbg documentation
  • View page source

hdrbg documentation

Pure python implementation of NIST SP800-90A Hash DRBG.

Other online resources:

  • project page on GitHub

  • Download Page with releases

  • This page, when viewed online is at https://hash-drbg.readthedocs.io/en/latest/

  • Installation
    • From PyPI
  • Python3 examples
    • One liner
    • Dumping intermediate values
  • API
    • DRBG_SHA2_224
      • DRBG_SHA2_224
        • DRBG_SHA2_224.get_bytes()
    • DRBG_SHA2_256
      • DRBG_SHA2_256
        • DRBG_SHA2_256.get_bytes()
    • DRBG_SHA2_384
      • DRBG_SHA2_384
        • DRBG_SHA2_384.get_bytes()
    • DRBG_SHA2_512
      • DRBG_SHA2_512
        • DRBG_SHA2_512.get_bytes()
    • DRBG_SHA3_512
      • DRBG_SHA3_512
        • DRBG_SHA3_512.get_bytes()

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2025, Sebastien Riou.

Built with Sphinx using a theme provided by Read the Docs.