hotime/vendor/github.com/xdg-go/stringprep
2022-10-19 21:32:34 +08:00
..
.gitignore 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
bidi.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
CHANGELOG.md 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
doc.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
error.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
go.mod 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
go.sum 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
LICENSE 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
map.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
profile.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
README.md 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
saslprep.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
set.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00
tables.go 升级流程引擎配置文件版本 2022-10-19 21:32:34 +08:00

Go Reference Go Report Card Github Actions

stringprep  Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep

Synopsis

    import "github.com/xdg-go/stringprep"

    prepped := stringprep.SASLprep.Prepare("TrustNô1")

Description

This library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables.

A pre-built SASLprep (RFC-4013) profile is provided as well.

Copyright 2018 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0