Source file src/crypto/internal/cryptotest/wycheproof/schemaversion.go

     1  // Copyright 2026 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Code generated by _schema/schema_gen.go, DO NOT EDIT.
     6  
     7  package wycheproof
     8  
     9  // wycheproofVersion is the github.com/c2sp/wycheproof module version that
    10  // schema.go was generated against.
    11  const wycheproofVersion = "v0.0.0-20260428174413-4d535535851f"
    12  

View as plain text