LCOV - code coverage report
Current view: top level - ballet/ed25519/avx512 - fd_f25519.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 0 7 0.0 %
Date: 2026-03-19 18:19:27 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "../fd_f25519.h"
       2             : 
       3             : /* fd_f25519_rng generates a random fd_f25519_t element.
       4             :    Note: insecure, for tests only. */
       5             : fd_f25519_t *
       6             : fd_f25519_rng_unsafe( fd_f25519_t * r,
       7           0 :                       fd_rng_t *    rng ) {
       8           0 :   uchar buf[32];
       9           0 :   for( int j=0; j<32; j++ ) {
      10           0 :     buf[j] = fd_rng_uchar( rng );
      11           0 :   }
      12           0 :   return fd_f25519_frombytes( r, buf );
      13           0 : }

Generated by: LCOV version 1.14