You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

doc.go 426B

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