doc.go 455 B

12345678910111213
  1. // Copyright 2012, Jeramey Crawford <jeramey@antihe.ro>
  2. // Copyright 2013, Jonas mg
  3. // All rights reserved.
  4. //
  5. // Use of this source code is governed by a BSD-style license
  6. // that can be found in the LICENSE file.
  7. // Package common contains routines used by multiple password hashing
  8. // algorithms.
  9. //
  10. // Generally, you will never import this package directly. Many of the
  11. // *_crypt packages will import this package if they require it.
  12. package common