...

Source file src/golang.org/x/text/secure/precis/doc.go

Documentation: golang.org/x/text/secure/precis

     1  // Copyright 2015 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  // Package precis contains types and functions for the preparation,
     6  // enforcement, and comparison of internationalized strings ("PRECIS") as
     7  // defined in RFC 8264. It also contains several pre-defined profiles for
     8  // passwords, nicknames, and usernames as defined in RFC 8265 and RFC 8266.
     9  //
    10  // BE ADVISED: This package is under construction and the API may change in
    11  // backwards incompatible ways and without notice.
    12  package precis // import "golang.org/x/text/secure/precis"
    13  
    14  //go:generate go run gen.go gen_trieval.go
    15  

View as plain text