Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimble: controller: Add DRBG for Channel Sounding #1761

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2024

  1. nimble/ll: Add DRBG for Channel Sounding

    A dedicated CS DRBG is used to coordinate the randomization of several
    transaction types during a CS procedure.
    mkasenberg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eeea62b View commit details
    Browse the repository at this point in the history
  2. nimble/ll: Add unit tests for CS DRBG

    The BT specification provides sample data that can be used to test
    the correctness of a CS DRBG implementation.
    mkasenberg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7d17bd0 View commit details
    Browse the repository at this point in the history
  3. nimble/host: ble_cs: Fix 'defined but not used' warning

    ble_cs.c contains initial implementation that caused warnings when
    running command:
    newt test @apache-mynewt-nimble/nimble
    mkasenberg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c5db1a7 View commit details
    Browse the repository at this point in the history