Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lake-rs
/
lakers
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
33
Code
Issues
25
Pull requests
21
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 18, 2026
Merge pull request #415 from ElsaLopez133/refactoring-adding-psk-method
Show description for 5c7b0d8
ElsaLopez133
authored
5c7b0d8
View commit details
Copy full SHA for 5c7b0d8
Browse repository at this point
Merge branch 'main' into refactoring-adding-psk-method
WilliamTakeshi
committed
54e98ef
View commit details
Copy full SHA for 54e98ef
Browse repository at this point
Commits on Jul 9, 2026
Merge pull request #425 from WilliamTakeshi/update-example-nrf52840
Show description for aa3a79a
WilliamTakeshi
authored
aa3a79a
View commit details
Copy full SHA for aa3a79a
Browse repository at this point
Commits on Jul 8, 2026
chore: clean warnings, remove unused var, imports, remove unnecessary muts, deprecated fns
WilliamTakeshi
committed
ab8a499
View commit details
Copy full SHA for ab8a499
Browse repository at this point
chore: remove common from bin and make it a shared lib
WilliamTakeshi
committed
7c1a113
View commit details
Copy full SHA for 7c1a113
Browse repository at this point
chore: update nrf52 examples to work with new eaditems
WilliamTakeshi
committed
a14ff20
View commit details
Copy full SHA for a14ff20
Browse repository at this point
chore: update runner nrf52
WilliamTakeshi
committed
d8cc30f
View commit details
Copy full SHA for d8cc30f
Browse repository at this point
Merge pull request #424 from WilliamTakeshi/fix-bug-aes-ccm-key-len
Show description for 129f974
WilliamTakeshi
authored
129f974
View commit details
Copy full SHA for 129f974
Browse repository at this point
fix: bug aes_ccm_decrypt with wrong len
WilliamTakeshi
committed
ae1b03d
View commit details
Copy full SHA for ae1b03d
Browse repository at this point
Commits on Apr 7, 2026
adding -psk coap examples
ElsaLopez133
committed
f7aad96
View commit details
Copy full SHA for f7aad96
Browse repository at this point
Fixing wrong key in encrytp/decrypt message_3
ElsaLopez133
committed
86aeaa7
View commit details
Copy full SHA for 86aeaa7
Browse repository at this point
Commits on Apr 5, 2026
Fixing review comments
Show description for 64013ff
ElsaLopez133
committed
64013ff
View commit details
Copy full SHA for 64013ff
Browse repository at this point
Commits on Mar 20, 2026
Add PSK Python bindings for initiator and responder
Show description for cb918be
ElsaLopez133
committed
cb918be
View commit details
Copy full SHA for cb918be
Browse repository at this point
Commits on Mar 19, 2026
Add PSK native C example and fix lakers-c FFI state conversion
Show description for 51ac9ad
ElsaLopez133
committed
51ac9ad
View commit details
Copy full SHA for 51ac9ad
Browse repository at this point
Fix lakers-c statstat verification by repsecting EAD item count
ElsaLopez133
committed
9e8bb4c
View commit details
Copy full SHA for 9e8bb4c
Browse repository at this point
Adding test_handshake_psk in lakers-no_std
ElsaLopez133
committed
bfe7991
View commit details
Copy full SHA for bfe7991
Browse repository at this point
Commits on Mar 18, 2026
make lakers-c/initiator method-aware and add psk e2e tests
Show description for 0755dc5
ElsaLopez133
committed
0755dc5
View commit details
Copy full SHA for 0755dc5
Browse repository at this point
Commits on Mar 17, 2026
python: release as 0.6.2
Show description for d90b96f
chrysn
authored
d90b96f
View commit details
Copy full SHA for d90b96f
Browse repository at this point
python: release as 0.6.2
chrysn
committed
3df6828
View commit details
Copy full SHA for 3df6828
Browse repository at this point
Fix EAD parsing after GREASE tests
Show description for 43cc00d
chrysn
authored
43cc00d
View commit details
Copy full SHA for 43cc00d
Browse repository at this point
factor shared EDHOC message flow out of statstat and psk
Show description for 1469828
ElsaLopez133
committed
1469828
View commit details
Copy full SHA for 1469828
Browse repository at this point
tests/shared: Check roundtrippability of EAD items
chrysn
committed
711e448
View commit details
Copy full SHA for 711e448
Browse repository at this point
EAD decoding: Do not garble position after value-less item
chrysn
committed
55900bb
View commit details
Copy full SHA for 55900bb
Browse repository at this point
shared/cbor_decoder: Acknowledge that tentative decoding is destructive
chrysn
committed
bee77e5
View commit details
Copy full SHA for bee77e5
Browse repository at this point
Commits on Mar 16, 2026
refactor: unify stat/psk helper functions using options
Show description for cf72cd5
ElsaLopez133
committed
cf72cd5
View commit details
Copy full SHA for cf72cd5
Browse repository at this point
Commits on Mar 15, 2026
python: Enable logging in shared
Show description for 3a4bd6d
chrysn
authored
3a4bd6d
View commit details
Copy full SHA for 3a4bd6d
Browse repository at this point
Commits on Mar 14, 2026
python: Enable logging in shared
chrysn
committed
fa04f6c
View commit details
Copy full SHA for fa04f6c
Browse repository at this point
Fix comment association
chrysn
committed
d601dbc
View commit details
Copy full SHA for d601dbc
Browse repository at this point
Commits on Mar 12, 2026
TEMP: PSA lot exhaustion fix to make tests work
Show description for d0192ec
ElsaLopez133
committed
d0192ec
View commit details
Copy full SHA for d0192ec
Browse repository at this point
Adding test vectors for PSK
Show description for 02b948e
ElsaLopez133
committed
02b948e
View commit details
Copy full SHA for 02b948e
Browse repository at this point
Adding PSK method
Show description for 0c8e163
ElsaLopez133
committed
0c8e163
View commit details
Copy full SHA for 0c8e163
Browse repository at this point
Modifications after review
Show description for d43018a
ElsaLopez133
committed
d43018a
View commit details
Copy full SHA for d43018a
Browse repository at this point
Modifying lakers-c
Show description for a1d2693
ElsaLopez133
committed
a1d2693
View commit details
Copy full SHA for a1d2693
Browse repository at this point
Fixing reviewing comments pt2.
Show description for fb49f4b
ElsaLopez133
committed
fb49f4b
View commit details
Copy full SHA for fb49f4b
Browse repository at this point
Fixing errors after review
Show description for 5570119
ElsaLopez133
committed
5570119
View commit details
Copy full SHA for 5570119
Browse repository at this point
Previous
Next
You can’t perform that action at this time.