Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2015-2024 James L.
Copyright (c) 2025-2026 BlueYeti Software Inc.
Copyright (c) 2022-2026 BlueYeti Software Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ local mac = hmac()
    :update("message")
    :finish()
    :asHex()
```

### Differences from upstream

Expand All @@ -60,5 +61,5 @@ If this library saves you time on your Edge driver, consider sponsoring developm

MIT (same as upstream)

Original work © 2015–2024 somesocks  
Adaptations & Edge optimizations © 2025–2026 blueyetisoftware
Original Implementation © 2015–2024 somesocks  
Adaptations & SmartThings Edge Optimizations © 2022–2026 blueyetisoftware (BlueYeti Software Inc.)
Loading