MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / get_js_int_key

Function get_js_int_key

lrwn/src/keys.rs:64–66  ·  view source on GitHub ↗
(dev_eui: &EUI64, nwk_key: &AES128Key)

Source from the content-addressed store, hash-verified

62}
63
64pub fn get_js_int_key(dev_eui: &EUI64, nwk_key: &AES128Key) -> Result<AES128Key> {
65 get_js_key(0x06, dev_eui, nwk_key)
66}
67
68/// Note: For LoRaWAN 1.0.x, use the NwkSKey as nwk_s_enc_key.
69pub fn get_root_wor_s_key(nwk_s_enc_key: &AES128Key) -> Result<AES128Key> {

Calls 1

get_js_keyFunction · 0.85

Tested by 1

test_lorawan_11Function · 0.68