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
I saw that function GetRandom32there does not return random value but instead 0. I saw that this is related with some error:
// REG_LR_RSSIWIDEBAND and SX1272Read not defined at this scope
// Unfiltered RSSI value reading. Only takes the least sitgnificant bit
// rnd |= ( ( uint32_t )SX1272Read( REG_LR_RSSIWIDEBAND ) & 0x01 ) << i;
I wanted to ask: does this influence encryption? If this decreases safety of the communication I can try to fix this issue or try to implement different rand function (I was thinking about using time since boot + phrase as seed).
The text was updated successfully, but these errors were encountered:
Hi,
I saw that function
GetRandom32t
here does not return random value but instead0
. I saw that this is related with some error:I wanted to ask: does this influence encryption? If this decreases safety of the communication I can try to fix this issue or try to implement different rand function (I was thinking about using time since boot + phrase as seed).
The text was updated successfully, but these errors were encountered: