Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@ngraveio/bc-ur-registry-hex-string

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngraveio/bc-ur-registry-hex-string

Provides BC UR type for hex string.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
5
Created
Source

Hex String CBOR type

This repository is the hex string extension of bc-ur-registry

Installing

To install, run:

yarn add @ngraveio/bc-ur-registry-hex-string
npm install --save @ngraveio/bc-ur-registry-hex-string

Source: https://github.com/toravir/CBOR-Tag-Specs/blob/master/hexString.md

Hex String Tag for CBOR

This document specifies a tag for Hex String in Concise Binary Object Representation (CBOR) [1].

Tag: 263
Data item: byte string
Semantics: Hexadecimal String
Point of contact: Ravi R <ravir@employees.org>
Description of semantics: https://github.com/toravir/CBOR-Tag-Specs/blob/master/hexString.md

Semantics

Tag 263 can be applied to a byte string (major type 2) to indicate that the byte string is a hexadecimal string - any normal string is stored as hexadecimal string, but this tag means that string is to be kept as hex format and does not mean anything to convert to ASCII or anything.

References

[1] C. Bormann, and P. Hoffman. "Concise Binary Object Representation (CBOR)". RFC 7049, October 2013.

Author

Ravi R ravir@employees.org

Keywords

bc-ur

FAQs

Package last updated on 06 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts