2 Commits

Author SHA1 Message Date
c18a544a2e Version 1.0.3 2026-03-12 18:21:34 +01:00
25c07c947a Expose equalBytes and constantTimeEqualBytes 2026-03-12 18:21:21 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@hamradio/packet",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "Low level packet parsing library (for radio protocols)",
"keywords": [
"HAM radio",

View File

@@ -773,6 +773,8 @@ export { FieldType } from './types';
export {
isBytes,
assertBytes,
equalBytes,
constantTimeEqualBytes,
bytesToHex,
hexToBytes,
bytesToBase64,