From owner-freebsd-current@FreeBSD.ORG Sat Jun 21 01:51:15 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB6DF5E0 for ; Sat, 21 Jun 2014 01:51:15 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FABC20B9 for ; Sat, 21 Jun 2014 01:51:15 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id x13so4158760qcv.5 for ; Fri, 20 Jun 2014 18:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yG9zkP4H3ZC13+lxPI6dlcjg2SgOfn04gjJu6r18h1w=; b=UBodSji2QSlBhVc0bkeUskzx+3Fbq128RNN1r7uoq3Cof/bpv40fkf1o2bPnRVhn+j r2lH8VEHlEQz6vKOnQ+tMaxDmGnsgzaDBzKGgXmqX5Fwac95eVSZtY6Whs1gyVDl9OWj Y/1EBc3qicjfFww3h/9iA8D5dPFmmY2XaVmrFS0AycQm48Z2vRtxjryiX9xAu+yGMpsp fQJvDIIYRNsjoj284L6t/mczlDNX0YLxSFhvltR/ILUsu9RJ3iQtiCd5zODjWa01Zd2d 7yrNdQdHbncFOzZUHfEbWV0+8lH+t3f7ksqbgbeg5xT61gmxYsICR9a+VW3GBqU+wocx MCeA== MIME-Version: 1.0 X-Received: by 10.140.44.72 with SMTP id f66mr9645399qga.78.1403315474331; Fri, 20 Jun 2014 18:51:14 -0700 (PDT) Received: by 10.96.112.67 with HTTP; Fri, 20 Jun 2014 18:51:14 -0700 (PDT) Date: Fri, 20 Jun 2014 22:51:14 -0300 Message-ID: Subject: SipHash on FreeBSD 10 From: Victor Detoni To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 01:51:15 -0000 Hello, Please, how can I use siphash from freebsd 10 headers? like md5.h thanks Victor