dispatch/vendor/github.com/xdg/stringprep
2020-06-04 02:28:41 +02:00
..
.gitignore Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
.travis.yml Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
bidi.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
doc.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
error.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
LICENSE Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
map.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
profile.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
README.md Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
saslprep.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
set.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
tables.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00

GoDoc Build Status

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

Synopsis

    import "github.com/xdg/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