Re: [riot-devel] Updating micro-ecc

2016-03-09 Thread Tausig Mathias
Am Mittwoch, den 09.03.2016, 01:38 +0100 schrieb Oleg Hahm: > Hi Mathias! > > On Mon, Mar 07, 2016 at 11:14:14AM +0000, Tausig Mathias wrote: > > Currently, the package uses a patch which removes all the random number > > generation code from micro-ecc and substitu

[riot-devel] Updating micro-ecc

2016-03-07 Thread Tausig Mathias
Hy! I'd like to update the micro-ecc package included with RIOT-OS, since the current version is pretty outdated. Currently, the package uses a patch which removes all the random number generation code from micro-ecc and substitutes it for invocation to the hwrng interface. Wouldn't it be more

Re: [riot-devel] Implementing rng

2016-02-17 Thread Tausig Mathias
OK, I have managed the first step myself and wrote the code which reads out the random values from the RNG. What would be the next step, that would allow me to set the periph_random feature for the samr21-xpro board? cheers Mathias On Die, 2016-02-16 at 16:14 +, Tausig Mathias wrote: >

[riot-devel] Implementing rng

2016-02-16 Thread Tausig Mathias
Hy! I would like to use the hardware RNG from my samr1-xpro board. It should be available by reading out a certain register, according to the AT86RF233 documentation. My problem is, that I don't how to do that (I am pretty new to this stuff). Is there some documentation available for this kind