Kaynağa Gözat

Remove stray zerobytes

master
Joost Rijneveld 7 yıl önce
ebeveyn
işleme
1076b37321
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 307BC77F47D58EE2
2 değiştirilmiş dosya ile 0 ekleme ve 20 silme
  1. +0
    -14
      zerobytes.c
  2. +0
    -6
      zerobytes.h

+ 0
- 14
zerobytes.c Dosyayı Görüntüle

@@ -1,14 +0,0 @@
/*
This code was taken from the SPHINCS reference implementation.
Public domain.
*/

#include "zerobytes.h"

unsigned char *zerobytes(unsigned char *r,unsigned long long n)
{
volatile unsigned char *p=r;
while (n--)
*(p++) = 0;
return r;
}

+ 0
- 6
zerobytes.h Dosyayı Görüntüle

@@ -1,6 +0,0 @@
#ifndef ZEROBYTES_H
#define ZEROBYTES_H

unsigned char *zerobytes(unsigned char *r,unsigned long long n);

#endif

Yükleniyor…
İptal
Kaydet