Skip to content

Commit

Permalink
fixup! coap/fauxhoc: Remove old workarounds, prettify errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed May 17, 2024
1 parent 1cd5e43 commit c3c974a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/coap/fauxhoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def protect(self, message, request_id=None, *, kid_context=True):
async def main():
ctx = await Context.create_client_context()

priv, pub = lakers.p256_generate_key_pair()

# We only run one connection so we don't care, but let's spread it
c_i = bytes([random.randint(0, 23)])
initiator = lakers.EdhocInitiator()
Expand Down

0 comments on commit c3c974a

Please sign in to comment.