Contiki-NG

I/Q data-based seeder. More...

#include "lib/iq-seeder.h"
#include "net/netstack.h"
#include "lib/aes-128.h"
#include <string.h>

Go to the source code of this file.

Functions

static uint8_t mul_gf_256 (uint8_t a, uint8_t b)
 Performs a multiplication within GF(256)
 
static void extract (uint8_t *target, uint8_t *source)
 Toeplitz matrix-based extractor. More...
 
void iq_seeder_seed (void)
 This function will feed the CSPRNG with a new seed. More...
 

Detailed Description

I/Q data-based seeder.

Author
Konrad Krentz konra.nosp@m.d.kr.nosp@m.entz@.nosp@m.gmai.nosp@m.l.com

Definition in file iq-seeder.c.